Hello,
I have a web api query that has a nested expand. The query runs but the nested expand has no values. The only values that are returned from the nested expand records are the guid and the Primary Name Column. I tried removing all selects from my query but this did not resolve the problem. Any ideas? My nested expand is build us as Microsoft documentation explains (Only difference is my query is only 2 expands deep and the tables are custom tables). See code below.
GET [Organization URI]/api/data/v9.1/tasks?$select=subject
&$expand=regardingobjectid_contact_task($select=fullname;
$expand=parentcustomerid_account($select=name;
$expand=createdby($select=fullname))) HTTP/1.1
Accept: application/json
OData-MaxVersion: 4.0
OData-Version: 4.0
Best Regards,
Anthony