Loading...
Overview

Hotspot

A 'Hotspot' represents an interactive reference point within the digital representation of an industrial asset, typically the 3D model of a machine or an industrial plant. It acts as an anchor for associating detailed information, metadata, and digital documentation. Users can scan QR codes linked to hotspots for easy access to relevant data. Each hotspot is connected to a three-dimensional model and may include visual indicators to guide users to specific parts of the asset. Hotspots enhance user experience by simplifying the navigation of complex information within the digital customer platform.

Attributes

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

Name Description Permissions

Get Hotspot by ID

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

Returns a specific Hotspot by ID.


Relations

It is possible to get related objects from Hotspots.

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

This table shows all available resources that can be queried

Relation Objecttype Relationtype
metadatas Metadata many:many Show details

Update Hotspot

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

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


Create Hotspot

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

Create a new Hotspot.


Delete Hotspot

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

Delete the resource Hotspot by ID.

Top Top