Skip to main content

Get List of Devices

Gets a list of all STB devices.

Authorizations: STB Administration

Requests

GET /apis/devices/stbs

Response

Success

{
"data": [
    {
    "_id": "bvgR95DKAXUTr402cyM8ew",
    "adminPin": null,
    "channelId": null,
    "channelName": null,
    "channelType": null,
    "dws": false,
    "firmware": "8.3.46",
    "hostname": "37D78D000096",
    "hvExtensionSize": 380928,
    "ip": "10.66.162.142, fe80::92ac:3fff:fe0d:78f9",
    "lastAcceptedUpdate": 1690398265316,
    "lastConnectedAt": 1690398265316,
    "lastConnection": "<1m",
    "lastViewedChannelId ": null,
    "mac": "90:ac:3f:0d:78:f9",
    "muted ": false,
    "name": "S-PLAY-2000 37D78D000096",
    "ntpServer": "time.brightsignnetwork.com",
    "platform":
        {
        "groups": ["CN=Users_Grp,CN=Users,DC=simple,DC=haivision,DC=local"],
        "users": ["CN=Users_BasicUsr,CN=Users,DC=simple,DC=haivision,DC=local"]
        },
    "standby ": false,
    "status": "Online",
    "statusDetails": "Device has connected within the past 4 seconds.",
    "statusLevel ": 0,
    "tags":[],
    "timezone": "Africa/Abidjan",
    "type": "play_stb_2000",
    "volume ": 0.5
    }
],
"paging": {
  "numResults": 1,
    "numPages": 1,
    "hasMoreData": false
}
}

Error

Code

Payload

 Description

404
{"code": "040000", "name":"NotFound",
"message":"Device not found", "httpStatusCode":404}

No results returned from the server.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.