A descriptor of importance used for categorizing Tasks.
color | integer The color the task priority label will be highlighted in the interface, specified as a hexadecimal value (e.g. "0xFF5951FF"). |
createdAt | string <date-time>
The date and time the task priority was created. |
name | string <= 255 characters
The name of the task priority (e.g. "High"). |
updatedAt | string <date-time>
The date and time the task priority was last updated. |
weight | integer
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
}
Array of links (object) (sequenceStep) The associated sequence steps. Relationship sequenceSteps cannot be used as a filter. | |
Array of links (object) (task) The associated tasks. Relationship tasks cannot be used as a filter. |
{- "sequenceSteps": [
- {
- "links": {
- "related": "sequenceStep"
}
}
], - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}
{- "data": [
- {
- "attributes": {
- "color": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "weight": 0
}, - "id": 0,
- "relationships": {
- "sequenceSteps": [
- {
- "links": {
- "related": "sequenceStep"
}
}
], - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}, - "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": {
- "sequenceSteps": [
- {
- "links": {
- "related": "sequenceStep"
}
}
], - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}, - "type": "string"
}
}