Tasks

List tasks

Get a project's board: its columns, each with the tasks in it, plus the archived and planned buckets. Filter and paginate with the query parameters.

get/task/tasks/{projectId}

Path parameters

projectIdstring required

Query parameters

statusstring
prioritystring
assigneeIdstring
pagestring
limitstring
sortBy'createdAt' | 'priority' | 'dueDate' | 'position' | 'title' | 'number'
sortOrder'asc' | 'desc'
dueBeforestring
dueAfterstring

Response

The project board

Changes

Changed in 3 of the 23 revisions of this API.314

    • added the pattern ^\d+$ to the query request parameter limit

      request-parameter-pattern-added

    • added the pattern ^\d+$ to the query request parameter page

      request-parameter-pattern-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the required property data to the response with the 200 status

      response-required-property-added

    • added the required property pagination to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 32cece1ebe4319See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the new optional query request parameter assigneeId

      new-optional-request-parameter

    • added the new optional query request parameter dueAfter

      new-optional-request-parameter

    • added the new optional query request parameter dueBefore

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter priority

      new-optional-request-parameter

    • added the new optional query request parameter sortBy

      new-optional-request-parameter

    • added the new optional query request parameter sortOrder

      new-optional-request-parameter

    • added the new optional query request parameter status

      new-optional-request-parameter