Get List of Devices
Gets a list of all STB devices.
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
Requests
GET /apis/devices/stbs |
Response
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, }, { "_id": "SK8DQW7KjDyopkreyMNrSA", "channelId": "cd152a55-0bd6-465d-b7a5-149a5b18086d", "channelName": "DISH - RT", "channelType": "source", "hostname": "Haivision Set-Top Box", "ip": "10.66.132.129", "lastAcceptedUpdate": 1489006985191, "lastConnectedAt": 1489006985191, "mac": "AC:DB:DA:37:22:E2", "muted": false, "name": "Haivision Set-Top Box", "standby": false, "status": "Online", "volume": 0.2, } ], "paging": { "numResults": 2, "numPages": 1, "hasMoreData": false } } |
Error
Code | Payload | Description |
---|---|---|
404 | {"code": "040000", "name":"NotFound", | No results returned from the server. |