A valid request URL is required to generate request examples{
"id": 123,
"deliveryStatus": "<string>",
"eventSummary": {
"eventId": "<string>",
"tenantId": 123,
"masterCatalogId": 123,
"catalogId": 123,
"siteId": 123,
"entityId": "<string>",
"topic": "<string>",
"extendedProperties": [
{
"key": "<string>",
"value": "<unknown>"
}
],
"correlationId": "<string>",
"createDate": "2023-11-07T05:31:56Z"
},
"isRunning": true,
"lastExecutionDate": "2023-11-07T05:31:56Z",
"nextExecutionDate": "2023-11-07T05:31:56Z",
"retriesRemaining": 123,
"createDate": "2023-11-07T05:31:56Z",
"updateDate": "2023-11-07T05:31:56Z",
"deliveryAttempts": [
{
"deliveryStatus": "<string>",
"errorType": "<string>",
"httpStatus": {
"code": 123,
"name": "<string>"
},
"message": "<string>",
"executionDate": "2023-11-07T05:31:56Z"
}
]
}Get delivery attempt summary
A valid request URL is required to generate request examples{
"id": 123,
"deliveryStatus": "<string>",
"eventSummary": {
"eventId": "<string>",
"tenantId": 123,
"masterCatalogId": 123,
"catalogId": 123,
"siteId": 123,
"entityId": "<string>",
"topic": "<string>",
"extendedProperties": [
{
"key": "<string>",
"value": "<unknown>"
}
],
"correlationId": "<string>",
"createDate": "2023-11-07T05:31:56Z"
},
"isRunning": true,
"lastExecutionDate": "2023-11-07T05:31:56Z",
"nextExecutionDate": "2023-11-07T05:31:56Z",
"retriesRemaining": 123,
"createDate": "2023-11-07T05:31:56Z",
"updateDate": "2023-11-07T05:31:56Z",
"deliveryAttempts": [
{
"deliveryStatus": "<string>",
"errorType": "<string>",
"httpStatus": {
"code": 123,
"name": "<string>"
},
"message": "<string>",
"executionDate": "2023-11-07T05:31:56Z"
}
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Success
The external/public Event entity used specifically in PULL/POLL event scenarios
The unique identifier for an event delivery summary
Status of the delivery process (EventDeliveryStatusType)
Event Summary is a trimmed version of an event that is utilized when displaying the event delivery (aka webhook, HTTP callback, HTTP POST) process history/details
Show child attributes
Indicates whether delivery of the event is currently being attempted at this moment in time
The date that the delivery was last attempted (either successfully or not)
The date that the delivery will next be attempted, if the event has not been successfully delivered yet and there are still retries remaining
Number of delivery attempts remaining
Create Date
Update Date
Details about each attempted delivery of the event to the endpoint
Show child attributes