find() returns less data

Hi,

I currently have 36 items in one of my tables but find() returns only 10 items. Is there something I’m missing in the documentation regarding the behavior of find()? I have attached a screen dump of the BackendlessCollection instance I receive from the find(). I would’ve have provided code but all I’m doing is find()

Thanks for a wonderful service,
Akwasi

Hi!

You should add your custom pageSize into request (default page size is 10, max page size is 100).
You can get more information here (about pageSize, offset):
http://backendless.com/documentation/data/rest/data_search_and_query.htm
Regards,
Kate.