TaskStatusType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the TaskStatusType. |
code | String | true | Code of the TaskStatusType. |
name | String | true | Name of the TaskStatusType. |
nameI18n | String | false | Translation of the name field depending of the language of the User. |
colorCode | String | true | Color code that identifies this TaskStatusType. |
JSON representation
{ "id": 1, "code": "1", "name": "ToDo", "nameI18n": "ToDo", "colorCode": "#ffffff" }