v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Tasks:v1:Tasks:TasksBoards

Get tasks

Retrieves a list of tasks under a specified task board

get/tasks/v1/taskboards/{taskBoardId}/tasks

Path parameters

taskBoardIdstring required

The unique identifier of the taskBoard

The unique identifier of the taskBoard

Query parameters

taskIdsstring[]

List of task IDs to filter by

List of task IDs to filter by

labelIdsstring[]

List of label IDs to filter by. Tasks retrieved will include the specified label(s), but may also include additional labels.

List of label IDs to filter by. Tasks retrieved will include the specified label(s), but may also include additional labels.

userIdsinteger[]

List of assigned user IDs on the task to filter by. Group tasks will be also included in the results.

List of assigned user IDs on the task to filter by. Group tasks will be also included in the results.

status'draft' | 'published' | 'completed' | 'all'

An enumeration.

draft/published/completed/all - all is by default

limitinteger

The maximum number of results to display per page

The maximum number of results to display per page

offsetinteger

The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

Response

Successful Response

requestIdstring