list service not returning all records in collection.
Posted: Wed Jun 03, 2015 4:29 pm
by Michael Droll
Is there a limit to how many rows the service responds with or is there a limit to the list component?
I do not have any ACL or queries for the list service, I want it to respond with all records in the collection. It seams to be stopping at 100 records in the service response in the dev tools
how can I change it to not limit?
list service not returning all records in collection.
Posted: Wed Jun 03, 2015 7:13 pm
by Serhii Kulibaba
Hello Michael,
Appery.io has limit of items in 1500:
https://devcenter.appery.io/documenta...
list service not returning all records in collection.
Posted: Thu Jun 04, 2015 1:16 am
by LuisMa Suárez Gutiérrez
Michael, i just stumbled on this issue a few days ago.
add a request parameter called "limit" and place it over 100 , the absolut limit es 1500 but anything beneath, you need to ask for explicitly, i have 280 entries in my database , i put a limit of 300 in the service call