Changes to List tasks

GET /task/tasks/{projectId}

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. 200744ae0bef2
  2. 08bbb5bedb5d5
  3. 32cece1ebe4319

What changed

    • 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