You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi team, I see a call to say
rave.Transfer.all()
showsreturnedData['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?The text was updated successfully, but these errors were encountered: