Retrieve relations but limit properties returned

Using either Rest of Javascript SDK when performing a query can you limit the properties returned on a related table? Obviously you can limit properties on the top level table but I want to limit on the related table properties. Is this possible?

Thank you

Steven

1 Like

Hi Steven,
no, it’s not possible, but you can filter returned properties using custom Business Logic code in afterFind event handler.

Regards,
Stanislaw

Ok fully understand. Thank you for confirming this.