Search for events with created date greater than value, in UTC/ISO 8601 format.
Example:gt(createdOn,2024-01-19)
Search for events with created date less than value, in UTC/ISO 8601 format.
Example:lt(createdOn,2024-02-13)
Search for events with subscription ID equal to value (GUID).
Example:eq(subscriptionId,50b2863f-c75e-45cb-8d50-b5a975d67865)
Search for events with event ID equal to value (GUID).
Example:eq(eventId,eec2b82e-29b1-47c3-a391-6da6cce37d7d)
Search for events with publish status equal to value. Allowed values: SUCCESS
, FAILED
.
Example:eq(publishStatus,SUCCESS)
Search for events with event type equal to value. Use the Get Event Types
endpoint to retrieve valid values.
Example:eq(eventType,DispatchCreated)
The maximum number of items to be returned in the response.
startingPoint
is 1-based integer, default 1.numberOfResults
is an integer, default 500, maximum 500.
Example:limit(1,10)