Can't retrieve more than 10 records

I can’t retrieve more than 10 records using either the REST console or API. Is this because am on the springboard plan? Do I need to upgrade to lift this limit?

No, it has nothing to do with the Springboard plan. 10 records is the default page size. More information is available in the documentation:
https://backendless.com/docs/js/data_data_paging.html

Regards,
Mark

Am doing paging with a page size of 20 but am still getting a maximum of 10 records. Does paging affect the REST console?

REST Console has a configuration section for paging. Could you please attach a screenshot showing how you’re doing it?

I’ve seen my mistake. I didn’t know that I have to explicitly set page size via the querybuilder in code. Thanks, am now seeing all my records