I have a list with 718 entries and only 99 show at any one time. I am able to search through all of the entries with the query service but how can I get all of them to show at once?
I have a list with 718 entries and only 99 show at any one time. I am able to search through all of the entries with the query service but how can I get all of them to show at once?
Hello Chase,
There is a default limit parameter which equals 100. That means that only 100 records will be returned if other wasn’t specified. To avoid this limitation, use the limit parameter in the requests and specify your own value. Max value is 1500.