Loading...
Overview

Service

The Service resource represents a set of functionalities or support provided for a device within the digital customer platform. Services are typically associated with specific industrial assets, such as machines or industrial plants, that have been digitalized on the platform. Each service is uniquely identified by an 'id' and contains descriptive information such as its 'name' and 'content'. The 'device' relationship enables the Service to be directly associated with a Device, allowing for a clear connection between the service offered and the industrial asset it pertains to. With public visibility, these attributes and relationships are accessible for interaction through the platform's API, ensuring that services can be managed and queried effectively.

Attributes

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

Name Description Permissions
name The 'name' attribute represents the unique identifier or title of the service being described. READ ONLY
content The 'content' attribute holds detailed information, descriptions, or other pertinent data associated with the service. READ ONLY

Get Service by ID

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

Returns a specific Service by ID.


Relations

It is possible to get related objects from Services.

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

This table shows all available resources that can be queried

Relation Objecttype Relationtype
asset Asset many:many Show details

Update Service

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

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


Create Service

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

Create a new Service.


Delete Service

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

Delete the resource Service by ID.

Top Top