Sidebar
Eventcodelist
Defines a list of event codes used in the digital customer platform to classify and organize machine and plant events.Attributes
These are all attributes that can be read and updated through the API
| Name | Description | Permissions |
|---|---|---|
| tree | Description not provided in the model. | READ ONLY |
| name | Description not provided in the model. | READ ONLY |
| slug | Description not provided in the model. | READ ONLY |
Get Eventcodelist by ID
GEThttps://connect.autonoma.cloud/connect/v1/resources/eventcodelist/[ID]Returns a specific Eventcodelist by ID.
Get Relations
It is possible to get related objects from Eventcodelists.
GEThttps://connect.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://connect.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://connect.autonoma.cloud/connect/v1/resources/eventcodelistCreate a new Eventcodelist.
Delete Eventcodelist
DELETEhttps://connect.autonoma.cloud/connect/v1/resources/eventcodelist/[ID]Delete the resource Eventcodelist by ID.
This action can not be reverted!
