I'm attempting to query data using the /api/data/v8.2/ endpoint. I'm referencing the dataverse Query data using the Web API documentation. I'm seeing what I feel are inconsistencies, and I don't know if it's because the documentation is only relevant for v9.x or something else.
query: /api/data/v8.2/accounts?$select=name&$expand=primarycontactid($select=fullname;$expand=createdby($select=fullname))
response: The \"primarycontactid\" navigation property can't be expanded. Multiple levels of expansion aren't supported.
query: /api/data/v8.2/accounts?$select=name&$filter=Account_Emails/any(o:contains(o/subject,'sometext'))
response: The query node (0) is not supported
If the issue is that I'm referencing the wrong docs, can I get a link to the documentation for web api v8.x? If the issue is query syntax, can I get someone to point out where I'm going off the rails?
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156