Python
Python copied to clipboard
Pagination in response data
Hi team, I see a call to say rave.Transfer.all() shows returnedData['data'] field has ['page_info', 'transfers']. The page_info shows a total of 26 transfers as such: {'total': 26, 'current_page': 1, 'total_pages': 3}. The current_page has is limited to just 10 transfers and I need to access the remaining transfers - how do I do that?
@Corvus97 pls can you provide some feedback here?