Changes to Query events with filters

GET /api/events

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

Changed in 2 of the 104 revisions of this API.24

  1. 5c232466267423
  2. 06cac6a7c5bc1

What changed

  • 5c232466267423See the full diff
    • added the new system.profile_sync_reconciled enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new system.profile_sync_rejected enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new optional query request parameter dataField

      new-optional-request-parameter

    • added the new enum value system.profile_sync_reconciled to the query request parameter event

      request-parameter-enum-value-added

    • added the new enum value system.profile_sync_rejected to the query request parameter event

      request-parameter-enum-value-added

    • added the media type application/json for the response with the status

      response-media-type-added