Custom Fields
List Custom Fields
Returns a paginated DataTable list of custom fields. Custom fields can be attached to different entity types (link_type).
Create Custom Field
Creates a new custom field definition. Custom fields are then attached to records via the custom-field-values API.
Show Custom Field
Returns a single custom field by ID.
Update Custom Field
Updates a custom field definition.
Delete Custom Field
Deletes a custom field definition.
List Custom Field Values
Returns all custom field values. Each value links a custom field definition to a specific record (link_type + link_id).
Create Custom Field Value
Creates a new custom field value, attaching a custom field to a specific record. The link_type is automatically inferred from the custom field definition.
Show Custom Field Value
Returns a single custom field value by ID.
Update Custom Field Value
Updates the value of an existing custom field value. The custom_field_id, link_id, and link_type are preserved from the existing record.
Delete Custom Field Value
Deletes a custom field value by ID.