TaskBacklogPriorityRequest
GET {{base_url}}/TaskBacklogPriorityRequest ?TaskId={{integer}}
Retrieves the backlog priority of a task.
API
Task API
Requires Authentication
Yes
Returns
TaskBacklogPriorityOrderView
Batch?
Yes
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
TaskId | string | Required. | |
| (int32) | |||
| The identifier of the associated task to load priority of. | |||
| For information about the Task object, see Task. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | Required. | |
| The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
| The type of content supported by the API endpoint. |
RESPONSES
status: OK
{"TaskId":24539,"BacklogPriorityValue":7095296}