Gets information from a specific STB.
Note
The returned contents of each device record contains information intended for display, as well as internal information specific to STB management functions. It is recommended to limit integration only to the documented fields below.
Authorizations: STB Administration
GET /apis/devices/stbs/:id
Success
{ "data": { "_id": "SAVBwpHXagaN3I1Xt0qHJA", "channelId": null, "channelName": "", "channelType": null, "hostname": "Mantaray Player", "ip": "10.66.190.150", "lastAcceptedUpdate": 1489006970382, "lastConnectedAt": 1489006970382, "mac": "AC:DB:DA:3F:A2:93", "muted": false, "name": "Haivision Set-Top Box", "standby": false, "status": "Online", "volume": 0.71, } }
Error
Code
Payload
Description
404
{"code": "040000", "name":"NotFound", "message":"Device not found", "httpStatusCode":404}
{"code": "040000", "name":"NotFound",
"message":"Device not found", "httpStatusCode":404}
No results returned from the server.
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.