Exploring API Testing with Microsoft Dataverse's API Playground

The API Playground is a pre-authenticated software testing tool designed for developers working with the Microsoft Dataverse Web API. This web-based application facilitates quick and easy interaction with API endpoints, eliminating the need for extensive setup or authentication processes.
This tool is accessible through the Dataverse accelerator, which is available in all new Dataverse environments and can be installed in any environment.
Note: The API Playground is a preview feature. It is not intended for production use and may have limited functionality. Preview features are released early to gather user feedback and make improvements before the official release.
Let's see how it works...
Firstly, log in to Power Apps.
Open the Dataverse Accelerator App from the Apps section by clicking on the play button.

Click on API playground. On the landing screen, select the type of request you want to make by choosing from the top cards.
There are 3 request types available:
Custom API: Test any Dataverse Web API actions, Microsoft functions, or user-defined custom APIs registered in the environment.
Low Code Instant Plug-In: Call user-defined workflows registered as a custom API with a related Fx Expression.
OData Request: Gain granular control over request inputs for sending OData requests.
In this example, we will test the custom API by selecting one of the available plug-ins and sending the request.
To get started, click on the Create button under the Custom API tab.

This is how the landing page of the Custom API looks like.







