Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.4 KB

WebHookLogModel.md

File metadata and controls

25 lines (22 loc) · 1.4 KB

WebHookLogModel

Properties

Name Type Description Notes
webHookName String [default to null]
eventType WebHookEventTypeModel [default to null]
webHookId UUID [default to null]
requestBody String [optional] [default to null]
requestMeta String [optional] [default to null]
responseStatusCode Integer [default to null]
responseBody String [optional] [default to null]
responseMeta String [optional] [default to null]
projectId UUID [default to null]
url String [default to null]
requestType RequestTypeModel [default to null]
createdDate Date [optional] [default to null]
modifiedDate Date [optional] [default to null]
createdById UUID [default to null]
modifiedById UUID [optional] [default to null]
id UUID Unique ID of the entity [default to null]
isDeleted Boolean Indicates if the entity is deleted [default to null]

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