Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 925 Bytes

WebhookLogEntry.md

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 Integer ID of the webhook that triggered the request.
applicationId Integer ID of the application that triggered the webhook. [optional]
url String Target url of request
request String Request message
response String Response message [optional]
status Integer HTTP status code of response. [optional]
requestTime OffsetDateTime Timestamp of request
responseTime OffsetDateTime Timestamp of response [optional]