Custom Fields
Returns all custom field definitions for the specified object type.
Rate limit: 60 requests per minute
Authorization: Bearer
The object type of the custom fields. Can be "account", "issue", "contact", "task", "project", or "call_recording".
The request ID for tracking.
Returns a single custom field definition by ID.
Rate limit: 60 requests per minute
Authorization: Bearer
The ID of the custom field.
The request ID for tracking.
Creates a new custom field definition for the specified object type.
Rate limit: 20 requests per minute
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", "contact", "task", "project", or "call_recording"
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 request ID for tracking.
Updates a custom field definition. Only provided fields are modified.
Rate limit: 20 requests per minute
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.
The request ID for tracking.
Last updated
Was this helpful?

