Dupdroid
Posts: 0
Joined: Sat Mar 30, 2013 9:07 pm

REST Service Response Limited

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

REST Service Response Limited

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.

Dupdroid
Posts: 0
Joined: Sat Mar 30, 2013 9:07 pm

REST Service Response Limited

Thank you, that solved it.

Return to “Issues”