Skip to content

Order Management System REST API - Event Audit Controller

The event/audit URL has no direct operations associated with it.

Event Audit endpoints are intended for consumers to retrieve historical events:

  • For streaming consumers to catch up on missed events after connection loss.
  • For batch or end-of-day processes to retrieve events within a specific timeframe.
EndpointFromToDescription
BetweenPositionPositionRetrieves events between two positions.
FromDateDateDateRetrieves events between two timestamps.
FromPositionPositionDateRetrieves events between a position and a timestamp.
ToPositionDatePositionRetrieves events between a timestamp and a position.