Retrieves thing info
GET/iot/things/:thingId
Retrieves thing info.
Authorization Action:
core:things:get
Request
Path Parameters
thingId uuidrequired
Unique thing identifier.
Responses
- 200
- 401
- 404
- 422
- 500
Data retrieved.
- application/json
- Schema
- Example (from schema)
Schema
- DeviceMetadata
- EdgeMetadata
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
type string
Possible values: [edge
]
cfg_id string
init_id string
init_key string
control_channel_id uuid
event_channel_id uuid
description string
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"key": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"metadata": {}
}
Unauthorized.
Thing not found.
Unprocessable entity.
Unexpected server error.
- application/json
- Schema
Schema
- string byte
Loading...