Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Category: XRM WebAPI

Top 15 Free Web APIs for Developers to Use for Testing Purposes with Sample Code in jQuery

1. JSONPlaceholder URL: JSONPlaceholder Description: JSONPlaceholder is a free fake online REST API that you can use for testing and prototyping. It provides a variety of endpoints for posts, comments, albums, photos, users, and more. Get all request and response HERE. Use Cases: Sample Code Request Response 2. Reqres URL: Reqres Description: Reqres is a…
Read more

Pre-requisites to connect Dynamics 365 CE Dataverse Web API

To connect Dataverse and Dynamics 365 CE Web API from external Apps such as Power Automate, C#, JS etc. you need to collect some information with you. Follow the steps below. Step 1 – Register App in Azure Active Directory The first step is to create an App in Azure Active Directory and copy Client…
Read more

[Step-by-step] Connect Dynamics 365 Online from Postman using WebAPI Auth 2.0 Authentication

Postman is a very robust application software for testing Web APIs. Dynamics 365 supports Web API interactions to communicate with table data from Public clients using access tokens or ID tokens. Also we can use OAuth 2.0 Authentication to connect for performing WEB API operations. Lets see here step by step how we can connect…
Read more