Create custom field
Creates a new custom field for the organization.
The type controls how options are handled: only SINGLE_SELECT and MULTI_SELECT fields use predefined options supplied via options; for all other types options is ignored.
When required is true, the field must be filled in for the entities listed in allowedEntities.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Body
Custom field to create
Entity (project or job) the custom field can be assigned to. Currently exactly one entity must be supplied
PROJECT, JOB Name of the custom field, at most 255 characters
255Type of the custom field
MULTI_SELECT, SINGLE_SELECT, STRING, NUMBER, URL, DATE Description of the custom field, at most 500 characters
500Option values for the field. Required and used only for SINGLE_SELECT and MULTI_SELECT fields; ignored for other types
Whether the custom field must be filled in for its allowed entities
Response
Created
Entities (project or job) the custom field can be assigned to
PROJECT, JOB Date and time the custom field was created
Description of the custom field
Date and time the custom field was last modified
Name of the custom field
Whether the custom field must be filled in for its allowed entities
Date and time from which the custom field is required; null when the field is not required
Type of the custom field
MULTI_SELECT, SINGLE_SELECT, STRING, NUMBER, URL, DATE Unique identifier of the custom field used in API paths