Dynamics CRM OData and Web API URLs

3 Comments

To finding the Dynamics CRM OData and Web API URLs for your organization, go to Dynamics CRM and select Settings->Customizations:

From there, select Developer Resources. You will then see links to the Web API and the OData Organization Service:

Web API URL: https://orgname.api.crm.dynamics.com/api/data/v8.1/

The service URLs:

  • https://orgname.api.crm.dynamics.com/XRMServices/2011/Organization.svc
  • https://orgname.crm.dynamics.com/XRMServices/2011/Organization.svc

To get the OData:

  • https://orgname.crm.dynamics.com/XRMServices/2011/OrganizationData.svc/
  • https://orgname.api.crm.dynamics.com/XRMServices/2011/OrganizationData.svc/

 

THANKS FOR READING. BEFORE YOU LEAVE, I NEED YOUR HELP.
 

I AM SPENDING MORE TIME THESE DAYS CREATING YOUTUBE VIDEOS TO HELP PEOPLE LEARN THE MICROSOFT POWER PLATFORM.

IF YOU WOULD LIKE TO SEE HOW I BUILD APPS, OR FIND SOMETHING USEFUL READING MY BLOG, I WOULD REALLY APPRECIATE YOU SUBSCRIBING TO MY YOUTUBE CHANNEL.

THANK YOU, AND LET'S KEEP LEARNING TOGETHER.

CARL

https://www.youtube.com/carldesouza

 

ABOUT CARL DE SOUZA

Carl de Souza is a developer and architect focusing on Microsoft Dynamics 365, Power BI, Azure, and AI.

carldesouza.comLinkedIn Twitter | YouTube

 

3 Responses to Dynamics CRM OData and Web API URLs

  1. How do i connect to these urls? I have the odata/endpoints, how do i connect to these URLS now from POSTMAN or soapui?

  2. Hello
    I have a select or optionset field in opportunity.
    How to query by optionset or html select filed in dynamics365?

Leave a Reply

Your email address will not be published. Required fields are marked *