Loading...
Overview

ReportPage

The ReportPage resource represents a customizable page within the digital customer platform, containing various widgets that display data reports linked to industrial assets. This resource allows users to view and analyze the performance and metrics of their digitalized assets. Each ReportPage is associated with a specific Report and can be configured with different types of Widgets to visualize data in an accessible and meaningful way. It inherits properties and methods from the Dashboard model and includes mechanisms for soft deletion and caching to enhance performance and data integrity.

Attributes

These are all attributes that can be read and updated through the API

Name Description Permissions
id A unique identifier for the ReportPage, typically used to reference the specific report page in the database or API. READ ONLY
name The human-readable name of the ReportPage, often used to display the title of the report page to users. READ AND UPDATE

Get ReportPage by ID

GEThttps://connect.autonoma.cloud/v1/resources/reportpage/[ID]

Returns a specific ReportPage by ID.


Relations

It is possible to get related objects from ReportPages.

GEThttps://connect.autonoma.cloud/v1/resources/reportpage/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
report Report 1:1 Show details

Update ReportPage

POSThttps://connect.autonoma.cloud/v1/resources/reportpage/[ID]

Update fields of ReportPage by ID. The fields must be sent as x-www-form-urlencoded parameter.


Create ReportPage

PUThttps://connect.autonoma.cloud/v1/resources/reportpage

Create a new ReportPage.


Delete ReportPage

DELETEhttps://connect.autonoma.cloud/v1/resources/reportpage/[ID]

Delete the resource ReportPage by ID.

Top Top