v2
latestSwagger 2.02026-08-04108164321.0 KBRetrieves a paginated list of tasks with details including assignees, dates, status, priority, tags, and time tracking. Supports filtering by project, section, status, priority, due date range, assigned user, completion state, and parent task / hierarchy.
Query parameters
Optional filter to records updated after a specific date.
Number of items per page. Defaults to 20.
Page to display. Starts from 1. Defaults to 1
Optional sorting instruction. Currently possible values: "DateUpdated", "DateCreated", "DateUpdated desc", "DateCreated desc", "SectionTitle", "Title"
Optional filter to only display tasks linked to a Task Status where isComplete=false, or where isComplete=true
Optional filter to only display tasks belonging to a specific ProjectID
Optional filter to only display tasks with a specific status
Optional filter to only display tasks with a specific priority
Optional filter to only display tasks with a Due Date after DueDateFrom
Optional filter to only display tasks with a Due Date before DueDateTo
Optional filter to only display tasks with at least one of the provided UserIDs set as the Assigned User.
Optional filter to only display subtasks of the given parent task ID (i.e. tasks where ParentTaskIDFK = value).
Optional filter on task hierarchy. true = only root-level tasks (ParentTaskIDFK IS NULL); false = only subtasks (ParentTaskIDFK IS NOT NULL); omitted = no filter.
Response
Returns a paginated list of tasks with full details.