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

KeyDatatypeRequiredDescription
TaskIdstringRequired.
(int32)
The identifier of the associated task to load priority of.
For information about the Task object, see Task.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
The type of content supported by the API endpoint.

RESPONSES

status: OK

{"TaskId":24539,"BacklogPriorityValue":7095296}