Skip to main content
GET
/
event
/
push
/
subscriptions
/
{subscriptionId}
/
deliveryattempts
/
{processId}
Error
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

subscriptionId
string
required
processId
integer<int32>
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

The external/public Event entity used specifically in PULL/POLL event scenarios

id
integer<int32> | null

The unique identifier for an event delivery summary

deliveryStatus
string | null

Status of the delivery process (EventDeliveryStatusType)

eventSummary
object

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

isRunning
boolean

Indicates whether delivery of the event is currently being attempted at this moment in time

lastExecutionDate
string<date-time>

The date that the delivery was last attempted (either successfully or not)

nextExecutionDate
string<date-time>

The date that the delivery will next be attempted, if the event has not been successfully delivered yet and there are still retries remaining

retriesRemaining
integer<int32> | null

Number of delivery attempts remaining

createDate
string<date-time> | null

Create Date

updateDate
string<date-time> | null

Update Date

deliveryAttempts
object[] | null

Details about each attempted delivery of the event to the endpoint