Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.01 KB

WebhookLogEntry.md

File metadata and controls

20 lines (15 loc) · 1.01 KB

# WebhookLogEntry

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 int ID of the webhook that triggered the request.
applicationId int 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 int HTTP status code of response. [optional]
requestTime \DateTime Timestamp of request
responseTime \DateTime Timestamp of response [optional]

[Back to Model list] [Back to API list] [Back to README]