Loading...
Overview

InputCondition

The 'Decode' resource represents a mapping or translation layer used to decipher and interpret the signals or data points coming from devices within the digital customer platform. Each instance of 'Decode' holds information such as a unique code, a human-readable name, and an optional description. Furthermore, 'Decode' associates with one or more 'DeviceInput' resources, linking incoming device data with the correct decoding logic. The 'Decode' model features caching for improved performance, and visibility for specific attributes is set to 'public', ensuring that relevant decoding information is accessible to authorized users and systems interfacing with the digital customer platform.

Attributes

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

Name Description Permissions
code A unique identifier typically used to decode a specific dataset or an element within a data structure. READ ONLY
name The human-readable term or title that is assigned to the item being described by the 'code'. READ ONLY
description A detailed explanation of the item's purpose, content, and usage. READ ONLY

Get InputCondition by ID

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

Returns a specific InputCondition by ID.


Relations

It is possible to get related objects from InputConditions.

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

This table shows all available resources that can be queried

Relation Objecttype Relationtype
datastream Datastream 1:1 Show details

Update InputCondition

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

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


Create InputCondition

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

Create a new InputCondition.


Delete InputCondition

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

Delete the resource InputCondition by ID.

Top Top