Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 925 Bytes

File metadata and controls

22 lines (15 loc) · 925 Bytes

WebhookLogEntry

Log of webhook API calls.

Properties

Name Type Description Notes
id String UUID reference of the webhook request.
integrationRequestUuid String UUID reference of the integration request linked to this webhook request.
webhookId Long ID of the webhook that triggered the request.
applicationId Long ID of the application that triggered the webhook. [optional]
url String The target URL of the request.
request String Request message
response String Response message [optional]
status Long HTTP status code of response. [optional]
requestTime OffsetDateTime Timestamp of request
responseTime OffsetDateTime Timestamp of response [optional]