Retrieve account related views using Web API request

//Retrieve account related views using Web API request

/api/data/v8.2/savedqueries?$filter=returnedtypecode eq 'account'


//retrieve account active view name and id
/api/data/v8.2/savedqueries?$select=name,savedqueryid&$filter=name eq 'Active Accounts'


Comments

Popular posts from this blog

Sample CRUD Operations Using C# in MSCRM

Calling Action using javascript with web api request in mscrm

how to get the XRM/FromContext on html page in D365.