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: articles/iot-central/core/howto-manage-dashboards-with-rest-api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The IoT Central REST API lets you:
46
46
Use the following request to create a dashboard.
47
47
48
48
```http
49
-
PUT https://{your app subdomain}.azureiotcentral.com/api/dashboards/{dashboardId}?api-version=2022-06-30-preview
49
+
PUT https://{your app subdomain}.azureiotcentral.com/api/dashboards/{dashboardId}?api-version=2022-10-31-preview
50
50
```
51
51
52
52
`dashboardId` - A unique [DTMI](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md#digital-twin-model-identifier) identifier for the dashboard.
@@ -246,7 +246,7 @@ The response to this request looks like the following example:
246
246
Use the following request to retrieve the details of a dashboard by using a dashboard ID.
247
247
248
248
```http
249
-
GET https://{your app subdomain}.azureiotcentral.com/api/dashboards/{dashboardId}?api-version=2022-06-30-preview
249
+
GET https://{your app subdomain}.azureiotcentral.com/api/dashboards/{dashboardId}?api-version=2022-10-31-preview
250
250
```
251
251
252
252
The response to this request looks like the following example:
@@ -296,7 +296,7 @@ The response to this request looks like the following example:
You can use this to perform an incremental update to an export. The sample request body looks like the following example that updates the `displayName` to a destination:
@@ -163,15 +163,15 @@ The response to this request looks like the following example:
163
163
Use the following request to delete a destination:
You can use this to perform an incremental update to an export. The sample request body looks like the following example that updates the `enrichments` to an export:
@@ -353,7 +353,7 @@ The response to this request looks like the following example:
353
353
Use the following request to delete an export definition:
0 commit comments