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
Hello, I was wondering if you could provide an example for how you would perform pagination in suiteql where the max limit is 1000 and a 'next_link' url is provided? It appears in the _request and _request_impl functions, you are using the _make_url function to generate the url for the request, but this does not appear to allow for a different url or subpath to be passed? Unless I am missing something.
Assuming pagination is handled, there is also the issue of only being able to return 100,000 records in a single POST request. Do you have any suggestions for working around this using your sdk?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello, I was wondering if you could provide an example for how you would perform pagination in suiteql where the max limit is 1000 and a 'next_link' url is provided? It appears in the _request and _request_impl functions, you are using the _make_url function to generate the url for the request, but this does not appear to allow for a different url or subpath to be passed? Unless I am missing something.
Assuming pagination is handled, there is also the issue of only being able to return 100,000 records in a single POST request. Do you have any suggestions for working around this using your sdk?
Thank you in advance!
The text was updated successfully, but these errors were encountered: