REST API, Get all records - no limit

Hi,

When I pull any list, lets say Items List, I have to define a limit for the no of records I would like to pull.

How do I define to pull all records in the list?

AFAIK, Rest API must be limited in number of records.
I think you should loop with your rest client to fetch all records.

Here the documentation : Listing documents

1 Like

Okay.