Loading...
Overview

Dataexport

The Dataexport resource represents an exportable collection of data associated with the user's digital assets on the digital customer platform. It typically contains information generated from or related to industrial machines and plants that are part of the user's digitized inventory. The Dataexport allows users to extract and manipulate data for reporting, analysis, or integration with other systems. It is connected with specific user and device resources to maintain context and enforce access control. The model includes attributes that specify the type of data export and relationships to the user who initiated the export, and the device from which the export is sourced.

Attributes

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

Name Description Permissions

Get Dataexport by ID

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

Returns a specific Dataexport by ID.


Relations

It is possible to get related objects from Dataexports.

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

This table shows all available resources that can be queried

Relation Objecttype Relationtype
user User 1:1 Show details
device Asset 1:1 Show details

Update Dataexport

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

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


Create Dataexport

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

Create a new Dataexport.


Delete Dataexport

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

Delete the resource Dataexport by ID.

Top Top