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
Web API doesn't support INNER join, so instead of using OData filter expression, I used the expression /contacts(guid) and use the $expand
Thank you PG. FetchXMLBuilder is a good tool.
Hi Benjamin,
Good you are able to resolve it. For reference, you can also use the FetchXMLBuilder to generate oData queries from FetchXML
Best Regards
PG
Got it already!
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156