Confusing answer on a Missions multiplier question

I just missed a points multiplier question that went something like this:

If you make a request with pageSize=200 and there are 250 objects, what does the server return?

I thought the answer should be “200 items”, but the “correct” answer is that the server returns an error?

Is this right? Looking at Rest Data Paging docs didn’t help me be any more confident in this answer.

Hi Sean,

Yes, that’s correct, the maximum allowed page size is 100 objects. The documentation page you referenced talk about it here:

To experience the error in action, you can do it using Backendless REST Console (you’d need a table that has more than 100 objects). This is what it would look like:

Hope this helps.

Regards,
Mark