- Mark as New
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-04-2018
08:07 AM
01-04-2018
08:07 AM
Notification History GET call returning too many records
Given a specific account id, payment id; I would like to report the event details on the Payment Processed callout. I am interested in pulling the attempt number and the response code that Zuora received in particular.
GET https://apisandbox-api.zuora.com/rest/v1/notification-history/callout - This REST endpoint accepts an ObjectId and start/ end datetimestamps but it seemed to be ignoring the request parametres and returning too many records .
Is it possble to narrow the data it returns in the JSON to a specific callout instance ?