Changes to List Tasks

GET /v1/tasks

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

Changed in 6 of the 12 revisions of this API.48

  1. 80f4fd40b75e1
  2. 2f1c56db78f81
  3. 2bd7bb8e3a372
  4. b390cd1c4e2a1
  5. 467ce2bf692b5
  6. 89675e210f3411

What changed

    • added the optional property items/items/snoozed_until to the response with the 200 status

      response-optional-property-added

    • added the new WRONG_NUMBER enum value to the items/items/disposition/anyOf[subschema #1: CallDisposition]/ response property for the response status 200

      response-property-enum-value-added

    • added the new INTERESTED enum value to the items/items/disposition/anyOf[subschema #1: CallDisposition]/ response property for the response status 200

      response-property-enum-value-added

    • added the new NOT_INTERESTED enum value to the items/items/disposition/anyOf[subschema #1: CallDisposition]/ response property for the response status 200

      response-property-enum-value-added

    • added the new optional query request parameter contact_id

      new-optional-request-parameter

    • added the optional property items/items/assignee to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/contact to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/due_date to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/sequence_template to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/title to the response with the 200 status

      response-optional-property-added

  • 89675e210f3411See the full diff
    • added the new TODO enum value to the items/items/type response property for the response status 200

      response-property-enum-value-added

    • added the enum value TODO to the property anyOf[subschema #1]/items/ of the query request parameter types

      request-parameter-property-enum-value-added