You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/dataverse-accelerator/api-playground.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,18 +65,16 @@ These request types are designed to simplify calling plug-ins available in the w
65
65
:::image type="content" source="media/api-play-list-customapi.svg" alt-text="Custom APIs are listed in the dropdown list" lightbox="media/api-play-list-customapi.svg":::
66
66
67
67
1. If parameters are available, they're displayed in the **Query params** table that appears. Provide values for required parameters.
68
-
69
-

68
+
:::image type="content" source="media/api-play-customapi-params.svg" alt-text="Custom API parameters display automatically" lightbox="media/api-play-customapi-params.svg":::
70
69
71
70
> [!NOTE]
72
71
> 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.
73
72
74
73
1. Select **Send**.
75
74
76
75
1. Observe the [response](#view-the-response) in the lower section of the screen.
77
-
78
-

79
-
76
+
:::image type="content" source="media/api-play-response.svg" alt-text="Parameters are listed if registered" lightbox="media/api-play-response.svg":::
77
+
80
78
> [!NOTE]
81
79
> 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.
82
80
@@ -92,10 +90,11 @@ OData requests allow more options for request parameters.
92
90
93
91
1. In the URL.
94
92
1. After the question mark (`?`) character in the URL, type in the query parameter key.
95
-

93
+
:::image type="content" source="./media/api-play-key.svg" alt-text="Key typed into Url after question mark" lightbox="./media/api-play-key.svg":::
94
+
96
95
1. Type an equals (`=`) character after the key.
97
96
1. Type in the value.
98
-

97
+
:::image type="content" source="./media/api-play-value.svg" alt-text="Value typed into Url after the equals sign" lightbox="./media/api-play-value.svg":::
99
98
100
99
The keys and values will automatically populate the parameter table in the interface.
101
100
@@ -109,7 +108,7 @@ OData requests allow more options for request parameters.
109
108
110
109
After a request is sent, the response is displayed in the lower half of the screen.
1. The saved request appears in the left pane of the screen.
133
-

133
+
:::image type="content" source="media/api-play-saved-requests.svg" alt-text="Save requests appear in the left pane of the screen" lightbox="media/api-play-saved-requests.svg":::
0 commit comments