Connect a new device channel

We can connect a new channel with the following request

Headers

x-client-versionstringOptionalDefaults to 0.0.0
Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version. For more on semantic versions, see here: https://semver.org/

Request

Payload
client_idstringOptionalformat: "uuid"
device_model_idstringOptionalformat: "uuid"

Response

Example response
_typestring or nullDefaults to project_device_channel
idstring or nullformat: "uuid"
actor_idstring or nullformat: "uuid"
asset_typeenum or null
Allowed values:
device_idstring or nullformat: "uuid"
external_indexdouble or null>=0<=100
inserted_atstring or nullformat: "date-time"
namestring or null

Auto-generated name, based on the device model

project_idstring or null
The Project ID that this device is linked to
project_device_idstring or null
real_time_logging_capableboolean or nullDefaults to false
statusenum or null
Allowed values:
updated_atstring or nullformat: "date-time"

Errors