Custom Fields
Get all custom fields
/custom-fields
The object type of the custom fields. Can be "account", "issue", or "contact".
Get a custom field by its ID
/custom-fields/{id}
The ID of the custom field.
Create a custom field
/custom-fields
The default value for single-valued custom fields.
The description of the custom field.
The label of the custom field.
The object type of the custom field. Can be "account", "issue", or "contact"
The slug of the custom field.
The type of the custom field. Can be one of text
, number
, decimal
, boolean
, date
, datetime
, user
, url
, select
, or multiselect
.
The default values for multi-valued custom fields.
The list options of the select custom field. This is only present for select and multiselect custom fields.
Update a custom field
/custom-fields/{id}
The ID of the custom field.
The default value for single-valued custom fields.
The description of the custom field.
The label of the custom field.
The slug of the custom field.
The default values for multi-valued custom fields.
The list options of the select custom field. This is only present for select and multiselect custom fields.
Last updated
Was this helpful?