A valid request URL is required to generate request examples{
"createDate": "2023-11-07T05:31:56Z",
"deliveryAttempts": [
{
"deliveryStatus": "<string>",
"errorType": "<string>",
"executionDate": "2023-11-07T05:31:56Z",
"httpStatus": {
"code": 123,
"name": "<string>"
},
"message": "<string>"
}
],
"deliveryStatus": "<string>",
"eventSummary": {
"catalogId": 123,
"correlationId": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"entityId": "<string>",
"eventId": "<string>",
"extendedProperties": [
{
"key": "<string>",
"value": null
}
],
"masterCatalogId": 123,
"siteId": 123,
"tenantId": 123,
"topic": "<string>"
},
"id": 123,
"isRunning": true,
"lastExecutionDate": "2023-11-07T05:31:56Z",
"nextExecutionDate": "2023-11-07T05:31:56Z",
"retriesRemaining": 123,
"updateDate": "2023-11-07T05:31:56Z"
}Get delivery attempt summary
A valid request URL is required to generate request examples{
"createDate": "2023-11-07T05:31:56Z",
"deliveryAttempts": [
{
"deliveryStatus": "<string>",
"errorType": "<string>",
"executionDate": "2023-11-07T05:31:56Z",
"httpStatus": {
"code": 123,
"name": "<string>"
},
"message": "<string>"
}
],
"deliveryStatus": "<string>",
"eventSummary": {
"catalogId": 123,
"correlationId": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"entityId": "<string>",
"eventId": "<string>",
"extendedProperties": [
{
"key": "<string>",
"value": null
}
],
"masterCatalogId": 123,
"siteId": 123,
"tenantId": 123,
"topic": "<string>"
},
"id": 123,
"isRunning": true,
"lastExecutionDate": "2023-11-07T05:31:56Z",
"nextExecutionDate": "2023-11-07T05:31:56Z",
"retriesRemaining": 123,
"updateDate": "2023-11-07T05:31:56Z"
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
OK
The external/public Event entity used specifically in PULL/POLL event scenarios
Create Date
Details about each attempted delivery of the event to the endpoint
Show child attributes
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
The unique identifier for an event delivery summary
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
Update Date