Get Custom Field Definition

View as Markdown
Get a custom field definition by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

external_idstringRequired

The custom field definition ID (e.g., ‘cfd_dev_abc123’)

account_idstringRequired

Response

Successful Response
idstring

Unique identifier for the definition (e.g., ‘cfd_dev_abc123’)

field_keystring
The key used when setting values on entities
entity_typeenum
The entity type this field applies to
data_typeenum
The data type for values
display_namestring

Human-readable name for the field

is_visible_in_listboolean
Whether this field appears as a column in list views
created_atdatetime
When the definition was created
updated_atdatetime
When the definition was last updated
descriptionstring or nullOptional
Optional description of the field
constraintsmap from strings to any or nullOptional

Type-specific constraints

Errors

422
Unprocessable Entity Error