I am using the REST Export API and it is functioning as I would expect. The trouble I have is that every query results in an entry in the Status table on the Data Sources page of the WebUI. Is there any way to suppress that?
... View more
Thanks Brick! That did it. It would be nice to know the distinction between the two methods. I was using: " https://api.zuora.com/rest/v1/amendments/subscriptions/{subscription-id} " This does not have the CreatedDate. Now I have to make two requests to get the necessary data since I'm starting with Account and working down that way. Not a big deal for what I'm doing I guess.
... View more
I need to get the CreatedDate for an amendment using the REST API. It appears to be missing. The SOAP docs show that it exists as optional. Am I doing this incorrectly? Is there another way to the get created date? Thanks, Mike
... View more
I was browsing the code library at https://github.com/zuora/codelibrary-java and found that nextPage was not included for objects like GETCatalogType. I can implement this functionality, but I was wondering if there are plans to include this in the future? Thanks, Mike
... View more