/
TaskStatusType
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" }
, multiple selections available,
Related content
MaintenanceIssueStatusType
MaintenanceIssueStatusType
More like this
ModuleStatusType
ModuleStatusType
More like this
PublicAPIEventQueueStatusType
PublicAPIEventQueueStatusType
More like this
PropertyFacilityTask
PropertyFacilityTask
More like this
HousekeepingTaskDailyModule
HousekeepingTaskDailyModule
More like this
PriorityType
PriorityType
More like this