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

Create a Trigger and Journey

How to get application name using JS in D365

How to Create a Business Process Flow and Get active stage of record and Update the Stage using C# in D365: