subscriptionHistory
Properties
| Name |
Type |
Description |
Notes |
| subscriptionId |
String |
The Id of the subscription. |
[optional] [default to null] |
| eventId |
String |
The Id of the event. |
[optional] [default to null] |
| eventType |
String |
The name of the event type. |
[optional] [default to null] |
| request |
subscriptionHistory_request |
|
[optional] [default to null] |
| attempt |
Integer |
The attempt number when sending the web hook for this SubscriptionId and EventId. |
[optional] [default to null] |
| responseCode |
Integer |
The HTTP status code returned by the remote server. If a response is not received, this value will be 0. |
[optional] [default to null] |
| response |
subscriptionHistory_response |
|
[optional] [default to null] |
| duration |
Integer |
The duration of the request in milliseconds |
[optional] [default to null] |
| timestamp |
Date |
The time at which the request was made. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]