I know I use the Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
to get labels from entity option sets. How do I do this for expanded entities?
Example:
10.150.150.122/.../jobopportunities$select=name,positiontitle,account_value,list_value,reportto,startdate&$filter=statecode eq 0&$expand=account($select=sector)
How do I get the sector label instead of or as well as getting the sector value?
*This post is locked for comments