Skip to main content

Retrieves thing info

GET 

/iot/things/:thingId

Retrieves thing info.

Authorization Action:

core:things:get

Request

Path Parameters

    thingId uuidrequired

    Unique thing identifier.

Responses

Data retrieved.

Schema
    id uuidrequired

    Unique thing identifier generated by the service.

    name string

    Free-form thing name.

    key uuidrequired

    Auto-generated access key.

    metadata object
    oneOf
    type string

    Possible values: [device]

    control_channel_id uuid
    event_channel_id uuid
Loading...