Hi
I want to get all records of an entity based on a builtin or custom "View" that is created on Dynamics CRM 2016 Onpremise via Web Service .
How is it possible?
Best
*This post is locked for comments
Hi
I want to get all records of an entity based on a builtin or custom "View" that is created on Dynamics CRM 2016 Onpremise via Web Service .
How is it possible?
Best
*This post is locked for comments
Hi,
You could get the all the records of the entity view using Web API.
If it is a system view, use the URL below.
GET [Organization URI]/api/data/v8.2/accounts?savedQuery=00000000-0000-0000-00aa-000010001002
If it is a personal view, use the URL below.
GET [Organization URI]/api/data/v8.2/accounts?userQuery=121c6fd8-1975-e511-80d4-00155d2a68d1
See: https://msdn.microsoft.com/en-in/library/mt607533.aspx#bkmk_predefinedQueries
Hope this helps.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,430
Most Valuable Professional
nmaenpaa
101,156