get https://api.alocity.com/v1/integration-management/events/replay
This endpoint is used to get all replay events in a paged form.
Response Payload Object
The response's payload will contain an array of objects containing the following values.
Property | Type | Description |
---|---|---|
id | Guid | The Id for this event. |
registration | DateTime | The timestamp for when the event occurred. |
publicEventId | Guid | The Id of the public event that occurred. |
eventSent | boolean | Whether or not the event was sent to the webhook. |
timesReplayed | integer | The number of times the event was replayed to the webhook. |
Controlled Errors
Error Code | Error Message |
---|---|
error_start_datetime_before_end | The From value in the filter is after the To value provided. |
Any status codes returned that are not provided here are generic status codes that can be found here.