Add Paging on Credit Notes Endpoint
At present when a GET is performed on the Credit Notes end point, the LineItem elements are not returned. On other endpoints this issue is alleviated with the option of Paging, which when used returns all elements.
At present we are forced to GET a list of list of all Credit Notes that have been modified since the last GET and then loop through each Credit Note making an API call for each individual Credit Note just so that we can get the LineItems. The issue with this is that we are often exceeding the 60 second rate limit.
If Paging was enabled on the Credit Note endpoint this would be alleviated.
Hi everyone,
Paging is now available on the credit notes endpoint https://developer.xero.com/documentation/api/v2-release-notes#EPUB-Melkor2
Cheers,
Adam
-
Ash G commented
+1 please
-
Mindbody commented
Mindbody would love this ability as well.
-
Anonymous commented
Expanding the paging feature (currently only available for Contacts, Journals and Invoices) to other endpoints in particular CreditNotes would create huge functionality and alleviate the API call limits.