Sidebar
Overview
Resources
Integration
The Integration resource within the digital customer platform is designed to facilitate seamless connectivity between the client's industrial assets and the platform. It constitutes a link that integrates external systems and services, ensuring that all elements operate cohesively within the digitized environment. The resource includes properties and relations for managing these connections such as the associated account, and supports features like caching for improved performance. It also provides a 'modeltype' attribute for easy identification within the system.Attributes
These are all attributes that can be read and updated through the API
Name | Description | Permissions |
---|
Get Integration by ID
GEThttps://connect.autonoma.cloud/v1/resources/integration/[ID]Returns a specific Integration by ID.
Relations
It is possible to get related objects from Integrations.
GEThttps://connect.autonoma.cloud/v1/resources/integration/[ID]/[RELATION]This table shows all available resources that can be queried
Relation | Objecttype | Relationtype | |
---|---|---|---|
account | Account | 1:1 | Show details |
Update Integration
POSThttps://connect.autonoma.cloud/v1/resources/integration/[ID]Update fields of Integration by ID. The fields must be sent as x-www-form-urlencoded parameter.
Create Integration
PUThttps://connect.autonoma.cloud/v1/resources/integrationCreate a new Integration.
Delete Integration
DELETEhttps://connect.autonoma.cloud/v1/resources/integration/[ID]Delete the resource Integration by ID.
This action can not be reverted!