CustomField
| Property | Type | Description | Information |
|---|---|---|---|
id | int | Identifier | Unique for single status. |
model_type | int | Model type of status | 1 = Project, 2 = Task |
name | string | Name of status | -- |
background_color | string | Activity flag of status | -- |
font_color | string | Phone of status | -- |
type | enum | Type of custom field | Enumerator value of CustomFieldTypeEnum |
created_at | date | Status creation date | Date of Status creation. |
updated_at | date | Status latest update date | Date of Status latest update. |
Example:
{
"id": 1,
"model_type": 1,
"name": "Review",
"background_color": "#FFFFFF",
"font_color": "#000000",
"is_default": false,
"created_at": "2022-11-23T15:59:53+0100",
"updated_at": "2022-11-23T15:59:53+0100"
}