TaskCategoryDto
A grouping used to classify tasks
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code for this task category |
The unique code for this task category | ||
| name | string | The display name of the task category |
The display name of the task category | ||
| sortOrder | integer | The sort order for displaying task categories |
The sort order for displaying task categories | ||
| color | string | The color associated with this task category |
The color associated with this task category | ||
JSON Example
{
"code": "string",
"name": "string",
"sortOrder": 0,
"color": "string"
}