How can I make a list display more than 99 entries at once?
Posted: Tue May 27, 2014 5:11 pm
by Chase
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?
How can I make a list display more than 99 entries at once?
Posted: Tue May 27, 2014 5:33 pm
by Evgene Karachevtsev
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.