Get custom info of a device
GET/platform/solutions/api/v1/devices/{deviceId}/custom-info
Retrieve all custom info entries of the specified device in JSON key/value format.
Each key represents a custom property of the device.
Usage
GET /devices/{deviceId}/custom-info
Parameters
deviceId(string, required): the ID of the device.
Responses
200 OK: returns a dictionary of key/value pairs.404 Not Found: device not found.
Security
This API requires authentication.
Request
Responses
- 200
- 403
OK
Forbidden