Get all tasks in a project
Get all tasks in a project with optional filtering and sorting
Path parameters
ID of the space
ID of the project
Query parameters
Title of the task
Title of the task
Start date
Start date
Due date
Due date
Created time
Created time
Modified time
Modified time
Whether the task is overdue
Whether the task is overdue
Whether the due date is set
Whether the due date is set
Whether the task is pending
Whether the task is pending
Whether the task is upcoming
Whether the task is upcoming
Custom fields filter as JSON string. Conditions: IS, ISNOT, CONTAINS, NOTCONTAINS, STARTSWITH, ENDSWITH, ISEMPTY, ISNOTEMPTY, and on fields of type DATE also BEFORE, AFTER, BETWEEN, NOTBETWEEN, TODAY and TOMORROW. Date values are epoch milliseconds; BETWEEN and NOTBETWEEN take two, TODAY and TOMORROW take none.
Custom fields filter as JSON string. Conditions: IS, ISNOT, CONTAINS, NOTCONTAINS, STARTSWITH, ENDSWITH, ISEMPTY, ISNOTEMPTY, and on fields of type DATE also BEFORE, AFTER, BETWEEN, NOTBETWEEN, TODAY and TOMORROW. Date values are epoch milliseconds; BETWEEN and NOTBETWEEN take two, TODAY and TOMORROW take none.
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Headers
Organization ID
Response
Project tasks fetched successfully
Changes
Changed in 1 of the 11 revisions of this API.33
- ▲
for the
queryrequest parameterpage, default value0was addedrequest-parameter-default-value-added
- ▲
for the
queryrequest parametersize, default value20was addedrequest-parameter-default-value-added
- ▲
removed the media type
application/hal+jsonfor the response with the statusresponse-media-type-removed
- ○
for the
queryrequest parameterpage, the format was generalized fromint32to no formatrequest-parameter-type-generalized
- ○
for the
queryrequest parametersize, the format was generalized fromint32to no formatrequest-parameter-type-generalized
- ○
added the media type
application/vnd.hal+jsonfor the response with the statusresponse-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲