Get all subtasks
Retrieve all subtasks for a given parent task with optional filters and sorting
Path parameters
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
Subtasks 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
- ▲
the
///////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ○
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 optional property
///to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲