TaskBacklogPriorityMoveRequest

POST {{base_url}}/TaskBacklogPriorityMoveRequest?MovedTaskIds={{integer}}&TargetTaskId={{integer}}&TargetAbove={{boolean}}

Moves tasks in the backlog priority.

API
Task API

Requires Authentication
Yes

Returns
Boolean

Batch?
No

Request Params

KeyDatatypeRequiredDescription
MovedTaskIdsstringRequired.
(int32)
The identifier or list of identifiers of the tasks to move.
For information about the Task object, see Task.
TargetTaskIdstringRequired.
(int32)
The identifier of the associated task to load priority of.
For information about the Task object, see Task.
TargetAbovestringRequired.
The flag that indicates whether or not the target is above the moved tasks.
If true, the tasks will be moved below the targeted task. Otherwise, it will not.

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

true