asp.net - Filter based on annotation property in CRM WEP API -
i using crm web api 2016 v8.1
.
i need filter data based on annotaion property 1 _objectid_value@microsoft.dynamics.crm.lookuplogicalname
anyone know how or if implemented or not?
if understand correctly want filter data (for example) lookup field in record.
it possible filter single record. example:
get [organization uri]/api/data/v8.2/accounts(00000000-0000-0000-0000-000000000001)?$expand=account_tasks($filter=endswith(subject,'1');$select=subject)
but it's not yet possible filter multiple record using $expand
Comments
Post a Comment