Page 1 of 1

REST Service Response Limited

Posted: Mon Mar 31, 2014 11:45 am
by Dupdroid

I've got a collection with 112 rows but the REST Service response only consists of 100 Results. Is there a limit by default or could it be something else?

I'm testing it using the REST Service test feature with a blank WHERE clause and SORTING by the 'Name' column. When I set the WHERE clause eg '{"Name":{"$regex": "wheat", $options : "ix"}}' then it returns one of the missing rows.

Any ideas?


REST Service Response Limited

Posted: Mon Mar 31, 2014 12:22 pm
by Kateryna Grynko

Hi Christo,

Yes, it is limited of 100 results by default:
http://docs.appery.io/documentation/b...

To increase the value use query parameter 'limit' with the needed value.


REST Service Response Limited

Posted: Wed Apr 02, 2014 7:48 pm
by Dupdroid

Thank you, that solved it.