Custom Fields
Get all custom fields
Authorization: Bearer
The object type of the custom fields. Can be "account", "issue", or "contact".
Get a custom field by its ID
Authorization: Bearer
The ID of the custom field.
Create a custom field
Authorization: Bearer
The default value for single-valued custom fields.
The default values for multi-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.
Update a custom field
Authorization: Bearer
The ID of the custom field.
The default value for single-valued custom fields.
The default values for multi-valued custom fields.
The description of the custom field.
The label of the custom field.
The slug of the custom field.
Last updated
Was this helpful?

