82ff0be36937

latestOpenAPI 3.1.02026-08-116484213.6 MB
Tasks

Get tasks

Returns a paginated list of tasks — the assignable work items inside a project's task lists. Supports filtering by project, task list, folder, parent task, assignee, creator, workflow status, dates (created, due, start, closed, last activity), tags, custom fields, subscribers, dependencies, and free-text query. Sortable by task number, due date, start date, last activity, placement, and workflow status.

get/api/v2/tasks

Query parameters

sortstring[]

Sort task

OR

Filters

{
  "0": {
    "id": {
      "eq": "123"
    }
  },
  "$op": "and"
}

Headers

X-Organization-Idstring required

Organization ID

Response

Collection task