Loading...
Overview

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://digital.fmw.co.at/connect/v1/resources/dashboard/[ID]

Returns a specific Dashboard by ID.


Relations

It is possible to get related objects from Dashboards.

GEThttps://digital.fmw.co.at/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://digital.fmw.co.at/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://digital.fmw.co.at/connect/v1/resources/dashboard

Create a new Dashboard.


Delete Dashboard

DELETEhttps://digital.fmw.co.at/connect/v1/resources/dashboard/[ID]

Delete the resource Dashboard by ID.

Top