Hi,
How ca I get the API of a specific entity? I want to link it in other website
*This post is locked for comments
Hi Jane,
Here is the sample
[Organization URI]/api/data/v8.2/contacts(firstname='Joe',emailaddress1='abc@example.com')
Please refer below msdn reference -
https://msdn.microsoft.com/en-in/library/mt607871.aspx
You can also see how to construct the URL-
https://carldesouza.com/query-dynamics-crm-javascript-webapi/
Hoe this helps
Hi Jane,
You can refer the link for the WEB API.
msdn.microsoft.com/.../mt742425.aspx
You can find the base web api url for your organization from customization >> Developer Resource >> Instance Web API - Service Root URL
To retrieve all account, you can use-
https://<CRM URL>/api/data/v8.2/accounts
To retrieve specific account by guid, you can use-
https://<CRM URL>/api/data/v8.2/accounts(c01cf34a-cc15-e811-813d-70106fa3d971)
Hope this helps.
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156