Helloo! Have anyone worked with fetching all records for a module? The issue i am facing with the get request is no matter how much I increase the limit, it’s limited to 1000, and I am not understanding how to use the pagination. Using an offset resulted in token expiration. If anyone have worked with it, please can you give a small guideline for it? Thanks in advance.
Probably best to check the requests that are fired by the Record List which is using pagination, since it uses the same API.
1 Like
Thank you so much, it works now.