Skip to content

Commit fe9ba29

Browse files
committed
Revised for style
1 parent f1e57e8 commit fe9ba29

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

powerapps-docs/maker/data-platform/dataverse-accelerator/api-playground.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use this tool to explore what's possible in the RESTful API, test user-defined w
3232
## Key features
3333

3434
- Pre-authenticated: The API playground comes pre-authenticated, so developers can start testing and experimenting with API endpoints right away.
35-
- Web-based: With the API playground, developers can quickly interact with the Dataverse Web API without the need for extensive setup like software downloads or third party account setup. You can access the tool from the Dataverse Accelerator, a first party app available in all new Microsoft Dataverse environments and can be installed in any environment.
35+
- Web-based: With the API playground, developers can quickly interact with the Dataverse Web API without the need for extensive setup like software downloads or non-Microsoft account setup. You can access the tool from the Dataverse accelerator, a Microsoft app available in all new Dataverse environments and can be installed in any environment.
3636
- Convenient: Presents the various actions and capabilities available in the Dataverse Web API, making it easy to quickly learn what's possible and how to implement it.
3737

3838
## Prerequisites
@@ -43,48 +43,48 @@ You must have [access to Dataverse](/power-apps/maker/data-platform/data-platfor
4343

4444
To get started with the API playground, [run](dataverse-accelerator.md#play-the-dataverse-accelerator) the Dataverse accelerator and navigate to the API playground page.
4545

46-
![Run the API playground by clicking the feature card](media/api-play-run.svg)
46+
![Run the API playground by selecting the feature card](media/api-play-run.svg)
4747

4848
### Make requests to the Dataverse Web API
4949

50-
On the landing screen, choose the request type to open the request editor by clicking the 'Create' button on any of the top cards.
50+
On the landing screen, choose the request type to open the request editor by selecting **Create** on any of the top cards.
5151

5252
Three request types are presented:
5353

5454
| Type | Description |
5555
|-|-|
56-
| Custom API | This includes any Microsoft Dataverse Web API first party [actions](/power-apps/developer/data-platform/webapi/use-web-api-actions), [functions](/power-apps/developer/data-platform/webapi/use-web-api-functions), or any public [user-defined Custom APIs](/power-apps/developer/data-platform/custom-api) registered in the working environment. |
57-
| Instant low code plugin | [Instant low code plugins](/power-apps/maker/data-platform/low-code-plug-ins?tabs=instant) are classified as any user-defined workflows registered as a Custom API in the environment with a related FxExpression. |
56+
| Custom API | This includes any Dataverse Web API [actions](/power-apps/developer/data-platform/webapi/use-web-api-actions), [functions](/power-apps/developer/data-platform/webapi/use-web-api-functions) from Microsoft, or any public [user-defined custom APIs](/power-apps/developer/data-platform/custom-api) registered in the working environment. |
57+
| Instant plug-in | [Instant plug-ins](/power-apps/maker/data-platform/low-code-plug-ins?tabs=instant) are classified as any user-defined workflows registered as a custom API in the environment with a related FxExpression. |
5858
| OData request | Allows more granular control over the request inputs to send [OData requests](/power-apps/developer/data-platform/webapi/perform-operations-web-api). |
5959

60-
### Request a Custom API or instant low code plugin
60+
### Request a custom API or instant plug-in
6161

62-
These request types are designed to simplify calling plugins available in the working environment.
62+
These request types are designed to simplify calling plug-ins available in the working environment.
6363

6464
1. Select an option from the main dropdown, which presents the available plugins in the current environment.
6565
![Custom APIs are listed in the dropdown](./media/api-play-list-customapi.svg)
6666

67-
1. If parameters are available, they are displayed in the *Query params* table that appears. Provide values for required parameters.
67+
1. If parameters are available, they are displayed in the **Query params** table that appears. Provide values for required parameters.
6868

69-
![Custom API parameters will dusplay automatically](./media/api-play-customapi-params.svg)
69+
![Custom API parameters display automatically](./media/api-play-customapi-params.svg)
7070

7171
> [!NOTE]
72-
> Checkboxes to the left of each parameter indicate whether they are included in the request. Required parameters have disabled checkboxes, while optional parameters have editable ones.
72+
> Checkboxes to the left of each parameter indicate whether they are included in the request. Required parameters have disabled checkboxes while optional parameters have editable ones.
7373
74-
1. Click **Send**
74+
1. Select **Send**.
7575

76-
1. Observe the [response](#view-the-response) in the lower section of the screen.
76+
Observe the [response](#view-the-response) in the lower section of the screen.
7777

78-
![Parameters are listed if registered](./media/api-play-response.svg)
78+
![Parameters are listed if registered](./media/api-play-response.svg)
7979

8080
> [!NOTE]
81-
> The interface provides a convenient listing of all available plugins in the environment. When selected, the associated parameters with data types are presented. Behind the scenes an OData call is still being made, but the interface simplifies the construction of the call.
81+
> The interface provides a convenient listing of all available plug-ins in the environment. When selected, the associated parameters with data types are presented. Behind the scenes an OData call is still being made, but the interface simplifies the construction of the call.
8282
8383
### Make an OData request
8484

8585
OData requests allow more options for request parameters.
8686

87-
1. Select the *HTTP request method* in the first dropdown.
87+
1. Select the **HTTP request method** in the first dropdown list. <!-- start here-->
8888

8989
1. Type in the *endpoint Url*. Only include the request Url after `[OrgUrl]/api/data/v9.2/`
9090

0 commit comments

Comments
 (0)