Search This Blog

Sunday, January 15, 2023

GET THE WEB API URL FOR A DYNAMICS 365 ORGANIZATION

 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


  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/

No comments:

Post a Comment