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

KeyDatatypeRequiredDescription
IdstringOptional.
(int32)
The identifier of the scrum print to load resources from.
PlanIdstringOptional.
(int32)
The identifier of the plan to limit tasks to
ResourceFilterstringOptional.
The associated resource specific filter.
UnionstringOptional.
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.
TaskFilterstringOptional.
The associated task specific filter.
ProjectFilterstringOptional.
The associated project specific filter.
JobDimensionstringOptional.
The associated job dimension specific filter.
HideLowPriorityTasksstringOptional.
The flag that indicates whether or not low priority tasks are included.
If true, low priority tasks are included. Otherwise, it is not.
EmployeeDimensionstringOptional.
The associated employee dimension specific filter.

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

[55]