Order Management System REST API - Event Controller
The event URL has no direct operations associated with it.
Event 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.
Available Endpoints
Section titled “Available Endpoints”| Endpoint | From | To | Description |
|---|---|---|---|
| Between | Position | Position | Retrieves events between two positions. |
| FromDate | Date | Date | Retrieves events between two timestamps. |
| FromPosition | Position | Date | Retrieves events between a position and a timestamp. |
| ToPosition | Date | Position | Retrieves events between a timestamp and a position. |