Hi,
Is there a way in Web API to include the related entities in a single query without performing the @data.nextLink, for example if I issue the following request
localhost:5555/.../contacts eq '4200722132'&$expand=mli_contact_accountregistration_registrantaccountid
I want to see the related mli_contact_accountregistration_registrantaccountid records in the payload without issuing another request to the following link