Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : TVbEj8VB6l8NfguNMz+t0j

GET THE WEB API URL FOR A DYNAMICS 365 ORGANIZATION

Charles Abi Khirs Profile Picture Charles Abi Khirs 3,569

In this quick post, we will see how to get the Web API URL for the Dynamics 365 organization.

  1. Go to Settings > Customizations > Developer Resources
  2. In the Service Root URL, you will find the API URL
    Web API URL 1

  3. You can copy this URL and paste it into a browser to get its result
    Web API URL 2

  4. Based on your needs, you can get and use the WebAPI URL in JavaScript using the following line of code formContext.context.getClientUrl() + "/api/data/v9.2/

Hope This Helps!

This was originally posted here.

Comments

*This post is locked for comments