TaskBacklogPriorityOrderRequest

GET {{base_url}}/TaskBacklogPriorityOrderRequest?TaskId={{integer}}

Retrieves a task backlog priority task with order information.

API
Task API

Requires Authentication
Yes

Returns
TaskBacklogPriorityOrderView

Batch?
Yes

Request Params

KeyDatatypeRequiredDescription
TaskIdstringRequired.
(int32)
The identifier of the associated 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":6348,"BacklogPriorityValue":4426752,"BacklogPriorityOrder":4310}