Skip to main content

CustomField

PropertyTypeDescriptionInformation
idintIdentifierUnique for single status.
model_typeintModel type of status1 = Project, 2 = Task
namestringName of status--
background_colorstringActivity flag of status--
font_colorstringPhone of status--
typeenumType of custom fieldEnumerator value of CustomFieldTypeEnum
created_atdateStatus creation dateDate of Status creation.
updated_atdateStatus latest update dateDate 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"
}