Hi guys,
How to use the query string options defined in OData protocol in Microsoft Dynamics CRM online or on-premises. any suggestions .
*This post is locked for comments
Hi guys,
How to use the query string options defined in OData protocol in Microsoft Dynamics CRM online or on-premises. any suggestions .
*This post is locked for comments
Hi Alagu, Ram and Others,
Please know that the examples Alagu is giving are for the old Rest endpoint. This endpoint has a deprecation status and will be removed in on of the future updates.
Please use the new WebApi in stead: msdn.microsoft.com/.../mt593051.aspx
Hi Ram Kumar,
Please refer the link below.
www.inogic.com/.../querying-data-in-microsoft-dynamics-crm-2016-using-web-api
Hi Ram,
In Odata we can pass 6 types of option as the query string
msdn.microsoft.com/.../gg309461(v=crm.7).aspx
1)You have to first the get the organizationData url for that go to settings->Customization->Developer resource->Copy organization URL
newtest16.api.crm8.dynamics.com/.../Organization.svc
In which you have to change the url in to
newtest16.api.crm8.dynamics.com/.../OrganizationData.svc
2)After that URL, you have to give which entity name you have to search. That entity Name ends with Set
Syntax
newtest16.api.crm8.dynamics.com/.../EntityNameSet
Eg
newtest16.api.crm8.dynamics.com/.../AccountSet
3)After that URL you can give any query string option provided in the above URL.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156