The CustomField object
idstringrequired
typestringrequired
Possible values: [custom_fields]
attributes required
keystring
Unique identifier key for the custom field
labelstring
Human-readable label for the custom field
value_typestring
The type of value this custom field can hold
Possible values: [text, number, boolean, date, json]
settingsobject
Additional settings for the custom field
Default value:
{}created_atdate-time
updated_atdate-time
The CustomField object
{
"id": "string",
"type": "custom_fields",
"attributes": {
"key": "string",
"label": "string",
"value_type": "text",
"settings": {},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}