Changes to Get recorded events

GET /v1/sessions/{id}/events

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

Changed in 4 of the 54 revisions of this API.410

  1. 4985d7bcd32f4
  2. 4b22ad455f8b3
  3. 725a0defba4d3
  4. 97dcad9b050e13

What changed

    • added the non-success response with the status 502

      response-non-success-status-added

    • added the optional property linkToDocs to the response with the 400 status

      response-optional-property-added

    • added the optional property linkToDocs to the response with the 404 status

      response-optional-property-added

    • added the optional property linkToDocs to the response with the 500 status

      response-optional-property-added

    • for the query request parameter limit, default value 1000 was added

      request-parameter-default-value-added

    • for the query request parameter limit, the max was decreased from 9007199254740991.00 to 1000.00

      request-parameter-max-decreased

    • for the query request parameter limit, the min was increased from -9007199254740991.00 to 1.00

      request-parameter-min-increased

    • added the new optional query request parameter compressed

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter pointer

      new-optional-request-parameter

    • added the pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ to the path request parameter id

      request-parameter-pattern-added

    • the response property context/items/params became required for the status 400

      response-property-became-required

    • the response property context/items/params became required for the status 404

      response-property-became-required

    • the response property context/items/params became required for the status 500

      response-property-became-required