Task Priority

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.

{
}

Task Priority Relationships

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.

{
}

⌵ Task Priority Actions

Get a Collection of Task Priorities

SecuritybearerAuth
Responses
200

OK

422

JSON error message

get/taskPriorities
Request samples
Response samples
application/vnd.api+json
{
}

Get a Task Priority by ID

SecuritybearerAuth
Request
path Parameters
id
required
integer
Responses
200

OK

404

Not Found

get/taskPriorities/{id}
Request samples
Response samples
application/vnd.api+json
{
}