Skip to main content

WebhookCallResponseDtoViewPage

currentPageinteger<int32>

Index of the current page

hasNextPageboolean
entries object[]nullable

Collection of the response DTO model instances.

  • Array [
  • companyNamestringnullable
    tenantIdstringrequired
    correlationIdstring<uuid>required
    webhookIdstring<uuid>required
    webhookRequestIdstring<uuid>required
    webhookUrlstringrequired
    eventTypestringrequired
    calledAtstring<date-time>required
    attemptNumberinteger<int32>
    responseTimeMillisecondsinteger<int32>
    httpResponseStatusCodeinteger<int32>nullable
    errorMessagestringnullable
    isSuccessboolean
  • ]
  • WebhookCallResponseDtoViewPage
    {
    "currentPage": 0,
    "hasNextPage": true,
    "entries": [
    {
    "companyName": "string",
    "tenantId": "string",
    "correlationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "webhookId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "webhookRequestId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "webhookUrl": "string",
    "eventType": "string",
    "calledAt": "2024-07-29T15:51:28.071Z",
    "attemptNumber": 0,
    "responseTimeMilliseconds": 0,
    "httpResponseStatusCode": 0,
    "errorMessage": "string",
    "isSuccess": true
    }
    ]
    }