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

KeyDatatypeRequiredDescription
endTimestringThe final date and time of records to be returned. Defaults to now. Use format yyyy-MM-ddTHH:mm:ss.
startTimestringThe initial date and time of records to be returned. Defaults to (end time - 1 day). Use format yyyy-MM-ddTHH:mm:ss.
objectIdstringThe ID of an object that triggered a callout notification.
failedOnlystringIf true, only return failed records. If false, return all records in the given date range. The default value is true.
eventCategorystringCategory of records to be returned by event category.