API Docs / Schemas / TaskCategoryDto

TaskCategoryDto

A grouping used to classify tasks

Properties

Name Type Description
codestring

The unique code for this task category

The unique code for this task category

namestring

The display name of the task category

The display name of the task category

sortOrderinteger

The sort order for displaying task categories

The sort order for displaying task categories

colorstring

The color associated with this task category

The color associated with this task category

JSON Example

{
  "code": "string",
  "name": "string",
  "sortOrder": 0,
  "color": "string"
}

Used By Operations

Contained in Schemas