Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.38 KB

File metadata and controls

23 lines (20 loc) · 1.38 KB

Flipdish.Model.WebhookLog

Properties

Name Type Description Notes
WebhookSubscriptionOwnerUserId int? Webhook subscription owner user identifier [optional]
EventCreated string Event created [optional]
WebhookTriggered string Webhook triggered [optional]
WebhookEventName string Webhook event name [optional]
WebhookSubscriptionCallbackUrl string Webhook subscription callback url [optional]
HttpResponseStatusCode string Received HTTP repsonse status HTTP code [optional]
HttpResponseStatus string Received HTTP repsonse status [optional]
RequestHeaders string Request headers [optional]
RequestBody string Request body [optional]
ResponseHeaders string Received response headers [optional]
ResponseBody string Received response body [optional]
Duration string Duration of HTTP request [optional]
RetryCount int? Retry count [optional]
FlipdishWebhookId Guid? Flipdish webhook identifier [optional]
Version string Flipdish webhook version [optional]

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