Announcements
No record found.
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
try this link,
msdn.microsoft.com/.../gg309461(v=crm.7).aspx
Hi Ram,
In Odata we can pass 6 types of option as the query string
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.
Hi Ram Kumar,
Please refer the link below.
www.inogic.com/.../querying-data-in-microsoft-dynamics-crm-2016-using-web-api
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
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.