Problem: pageSize option on relation objects

Hello,

Is it possible to load, for example, 100 relation objects at once with the query loadRelations=books?
my structure: one author has 15 books. I am trying to query data/Author?pageSize=100&loadRelations=books . But i only received 10 books

Given that pageSize query option can’t take effect on loadRelations.

Thanks in advance,

Regards,

Hung

Hi Hung,

You can control the page size for relation retrieval only with the API call documented here:
https://backendless.com/docs/rest/doc.html#data_relation_paging

In the API you specified (loading parent objects with relations), the pageSize has effect only on the number of the parent objects.

Regards,
Mark