Announcements
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?
André Arnaud de Cal...
294,259
Super User 2025 Season 1
Martin Dráb
232,988
Most Valuable Professional
nmaenpaa
101,158
Moderator