Create a custom field definition
Authorizations
Enter your personal access token (PAT) to authenticate
Path Parameters
The UUID of the workspace
"550e8400-e29b-41d4-a716-446655440000"
Body
Request body for creating a custom field definition
The human-readable name of the field
255"Industry"
The data type of the field
"text"
The machine-readable key. Must start with a lowercase letter and contain only lowercase letters, numbers, and underscores. Generated from the name when omitted.
255"industry"
1000"The primary industry of the company."
Response
The created custom field definition
A custom field definition for organisations
The unique identifier of the field
"industry"
The machine-readable key of the field
"industry"
The human-readable name of the field
"Industry"
The entity type the field belongs to
"organisation"
The data type of the field
"text"
"The primary industry of the company."
The group the field belongs to
"custom"
true
The source of the field
"manual"
false