Loading...
Overview

EventInspectionCorrelation

The EventInspectionCorrelation resource represents the relationship between an event inspection and the associated dashboard widgets within the digital customer platform. Each instance of this resource correlates a specific event inspection object, which includes details about an inspection or event related to an industrial asset, with one or more dashboard widgets that provide a visualization medium. This correlation enables users to view the relevant data directly on their dashboards, facilitating a streamlined overview and analysis of the inspection events. Additionally, this model supports soft deletion and caching for enhanced performance.

Attributes

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

Name Description Permissions
id A unique identifier for the EventInspectionCorrelation record. Typically, it is a numeric or UUID string value that is automatically generated by the system and used to uniquely distinguish each entry. READ ONLY
name The human-readable name of the EventInspectionCorrelation record. It represents the identifier that users can refer to when dealing with specific instances of correlated inspection events. READ AND UPDATE

Get EventInspectionCorrelation by ID

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

Returns a specific EventInspectionCorrelation by ID.


Relations

It is possible to get related objects from EventInspectionCorrelations.

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

This table shows all available resources that can be queried

Relation Objecttype Relationtype
eventinspection EventInspection 1:1 Show details

Update EventInspectionCorrelation

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

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


Create EventInspectionCorrelation

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

Create a new EventInspectionCorrelation.


Delete EventInspectionCorrelation

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

Delete the resource EventInspectionCorrelation by ID.

Top Top