Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.02 KB

WebhookLogEntry.md

File metadata and controls

19 lines (16 loc) · 1.02 KB

TalonOne.Model.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 int ID of the webhook that triggered the request.
ApplicationId int 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 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]