Paging in codeless

Hey Team,
I am confused about the page offset and limit of the page.
I have less than 30 records in a table and I am fetching the 2nd page with a limit of 100 which shouldn’t return records but it’s returning with every page offset like with 2 3 4 etc.


please help on this ASAP.

Hello @Baljeet_Singh

In order to load the next 15 records, you have to set pageOffset=15

I believe this doc will help you to understand how the Paging works Data retrieval with Paging - Backendless REST API Documentation

Regards, Vlad

It means the number of offsets decides the next page. Thanks