Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.1 KB

File metadata and controls

17 lines (14 loc) · 1.1 KB

# WebhookPayload

Properties

Name Type Description Notes
attempts int [readonly] The number of attempts that have been made to deliver this payload [optional]
created \DateTime [readonly] The date and time this payload was created [optional] [readonly]
id string [readonly] The unique id of the object [optional] [readonly]
name string [readonly] A descriptive name for this payload [optional]
payload mixed [readonly] the JSON payload that will be sent to the URl [optional]
statusCode int [readonly] The status code received from the Url [optional]
statusMessage string [readonly] A message to accompany the status [optional]
taskStatus \SynergiTech\Staffology\Model\BackgroundTaskStatus [optional]
url string [readonly] The Url that payload will be sent to

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