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
Key | Datatype | Required | Description |
---|---|---|---|
TaskId | string | Required. | |
(int32) | |||
The identifier of the associated 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":6348,"BacklogPriorityValue":4426752,"BacklogPriorityOrder":4310}