A descriptor of importance used for categorizing Tasks.
color | integer or null The color the task priority label will be highlighted in the interface, specified as a hexadecimal value (e.g. "0xFF5951FF"). |
createdAt | string or null <date-time>
The date and time the task priority was created. |
name | string or null <= 255 characters
The name of the task priority (e.g. "High"). |
updatedAt | string or null <date-time>
The date and time the task priority was last updated. |
weight | integer or null
A relative value used for display order. Task priorities are listed from lowest to highest weight. |
{- "color": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "weight": 0
}
object The associated sequence steps. Relationship sequenceSteps cannot be used as a filter. | |
object The associated tasks. Relationship tasks cannot be used as a filter. |
{
}
{- "data": [
- {
- "attributes": {
- "color": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "weight": 0
}, - "id": 0,
- "relationships": {
}, - "type": "string"
}
]
}
{- "data": {
- "attributes": {
- "color": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "weight": 0
}, - "id": 0,
- "relationships": {
}, - "type": "string"
}
}