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
Key | Datatype | Required | Description |
---|---|---|---|
MovedTaskIds | string | Required. | |
(int32) | |||
The identifier or list of identifiers of the tasks to move. | |||
For information about the Task object, see Task. | |||
TargetTaskId | string | Required. | |
(int32) | |||
The identifier of the associated task to load priority of. | |||
For information about the Task object, see Task. | |||
TargetAbove | string | Required. | |
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
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
true