ScrumboardTaskFilterRequest
GET {{base_url}}/ScrumboardTaskFilterRequest
Retrieves a list of all tasks for a specified sprint.
API
Scrum API
Requires Authentication
Yes
Returns
List [integer]
Batch?
No
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Id | string | Optional. | |
| (int32) | |||
| The identifier of the scrum print to load resources from. | |||
PlanId | string | Optional. | |
| (int32) | |||
| The identifier of the plan to limit tasks to | |||
ResourceFilter | string | Optional. | |
| The associated resource specific filter. | |||
Union | string | Optional. | |
| The flag that indicates whether or not the resource list is using union instead of intersection. | |||
| If true, the resource list is using union instead of intersection. Otherwise it is not. | |||
TaskFilter | string | Optional. | |
| The associated task specific filter. | |||
ProjectFilter | string | Optional. | |
| The associated project specific filter. | |||
JobDimension | string | Optional. | |
| The associated job dimension specific filter. | |||
HideLowPriorityTasks | string | Optional. | |
| The flag that indicates whether or not low priority tasks are included. | |||
| If true, low priority tasks are included. Otherwise, it is not. | |||
EmployeeDimension | string | Optional. | |
| The associated employee dimension specific filter. |
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
[55]