Standard Event Notification Parameters
Response Parameters for Event Notifications
Standard parameters
- action = reply
- object = event
- is_success = a Boolean is returned, indicating success or failure of the
request - response_code = response code indicating outcome of the request
- response_text = message describing the outcome of the request
Domain attributes
If the request is successful, the attributes associative array may include the
following:
Parameter name | Obligation | Definition/Value |
---|---|---|
event | Always returned | The type of event. |
event_id | Always returned | Unique identifier of the event. |
event_date | Always returned | The date on which the event occurred. This is returned in UTC ISO8601 format (Example: 2016-10-14T18:23:40Z). |
Updated about 2 years ago