how to efficiently get more than 100 data in 1 call

so i just notice that u only can set pagesize to 100 max, so how if i want to get more than 100 data?

Hi,

there is no way to fetch more than 100 object in 1 api call. If you want to get more than 100, you should use pagination.

I would just like to mention, that loading more than 100 objects at once is already not efficient, no matter if it’s one or several requests.

The Backendless Pro product allows you to customize the page size and load as many objects in a single call as you need.