Backendless Standalone does not have the limits of the hosted version. But when I try to return more than 100 records, I get the following error:
https://foo.com/api/v1/data/Product?pageSize=200
{
"code": 1025,
"message": "Invalid pagesize. Page size cannot be greater than 100."
}
How do you configure standalone to allow returning more than 100 records?