A valid request URL is required to generate request examples{
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"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 attempts
A valid request URL is required to generate request examples{
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"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.
Used to page results from a query. Indicates the zero-based offset in the complete result set where the returned entities begin. For example, with a PageSize of 25, to get the 51st through the 75th items, startIndex=3. The default value is 0. Optional.
Used to page results from a query. Indicates the maximum number of entities to return from a query. The default value is 20 and the maximum value is 200. Optional.
The element to sort the results by and the order in which the results appear. Either ascending (a-z) or descending (z-a) order. Optional.
A set of filter expressions representing the search parameters for a query: eq=equals, ne=not equals, gt=greater than, lt = less than or equals, gt = greater than or equals, lt = less than or equals, sw = starts with, or cont = contains. Optional.
limits which fields are returned in the response body