Sidebar
Dashboard
A dashboard in the digital customer platform is a customizable view that brings together widgets and related devices to provide a quick overview of industrial asset data.Attributes
These are all attributes that can be read and updated through the API
| Name | Description | Permissions |
|---|---|---|
| id | Unique identifier for the dashboard. | READ ONLY |
| name | Display name of the dashboard. | READ AND UPDATE |
Get Dashboard by ID
GEThttps://autonoma.cloud/connect/v1/resources/dashboard/[ID]Returns a specific Dashboard by ID.
Relations
It is possible to get related objects from Dashboards.
GEThttps://autonoma.cloud/connect/v1/resources/dashboard/[ID]/[RELATION]This table shows all available resources that can be queried
| Relation | Objecttype | Relationtype | |
|---|---|---|---|
| asset | Asset | Not available | Show details |
Update Dashboard
POSThttps://autonoma.cloud/connect/v1/resources/dashboard/[ID]Update fields of Dashboard by ID. The fields must be sent as x-www-form-urlencoded parameter.
Create Dashboard
PUThttps://autonoma.cloud/connect/v1/resources/dashboardCreate a new Dashboard.
Delete Dashboard
DELETEhttps://autonoma.cloud/connect/v1/resources/dashboard/[ID]Delete the resource Dashboard by ID.
This action can not be reverted!
