Get email notification histories
GET {{baseUrl}}/v1/notification-history/email?endTime=<>&startTime=<>&objectId=<>&failedOnly=<>&eventCategory=<put>
This REST API reference describes how to get a notification history for notification emails.nnn## NotesnRequest parameters and their values may be appended with a ? following the HTTPS GET request. Additional request parameter are separated by &. nnFor example:nnGET https://rest.zuora.com/v1/notification-history/email?startTime=2015-01-12T00:00:00&endTime=2015-01-15T00:00:00&failedOnly=false&eventCategory=1000&pageSize=1n
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
endTime | string | The final date and time of records to be returned. Defaults to now. Use format yyyy-MM-ddTHH:mm:ss. | |
startTime | string | The initial date and time of records to be returned. Defaults to (end time - 1 day). Use format yyyy-MM-ddTHH:mm:ss. | |
objectId | string | The ID of an object that triggered a callout notification. | |
failedOnly | string | If true, only return failed records. If false, return all records in the given date range. The default value is true. | |
eventCategory | string | Category of records to be returned by event category. |