| Parameter | Description |
|---|---|
id | The unique identifier of the custom field value |
value - The raw stored value (type depends on the field’s data type)display_value - Human-readable formatted value| Data type | Storage | Display format |
|---|---|---|
short_text | String | As-is |
number | Decimal (precision: 18, scale: 6) | Formatted per default_format |
date | Date | YYYY-MM-DD or custom format |
datetime | DateTime | YYYY-MM-DD HH:MM:SS or custom format |
boolean | Boolean | Yes or No |
enum | String | Option label |
enum_multi | Comma-separated string | Comma-separated labels |
Token YOUR_API_TOKEN
The APIs require authentication to be done using header-based API Key and Secret Authentication.
API key and secret are sent va the Authorization request header.
You send your API key and secret in the following way:
Authorization: Token YOUR_API_KEY
Custom field ID