Loading...
Overview

Eventcodelist

The Eventcodelist resource represents a comprehensive collection of event codes related to industrial assets managed within the digital customer platform. Event codes are essential for categorizing, tracking, and understanding the array of events that can occur within a given asset, such as machines or plants. Each entry in the Eventcodelist connects to specific device inputs, signifying the sources of events, and can be linked to accounts, indicating the entities responsible for or affected by the events. The resource includes a 'tree' structure to organize the event codes hierarchically and supports translation for its 'name' attribute, making it accessible for different languages. An option for flattening the tree structure into a simple list is also available to provide a straightforward enumeration of all codes without grouping.

Attributes

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

Name Description Permissions
tree A unique identifier representing the hierarchical structure and classification of the event within a standardized code system. READ ONLY
name The human-readable label or title that succinctly describes the nature or purpose of the event. READ ONLY

Get Eventcodelist by ID

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

Returns a specific Eventcodelist by ID.


Relations

It is possible to get related objects from Eventcodelists.

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

This table shows all available resources that can be queried

Relation Objecttype Relationtype
datastream Datastream many:many Show details
accounts Account many:many Show details

Update Eventcodelist

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

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


Create Eventcodelist

PUThttps://app.autonoma.cloud/connect/v1/resources/eventcodelist

Create a new Eventcodelist.


Delete Eventcodelist

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

Delete the resource Eventcodelist by ID.

Top Top