Skip to main content

Get Device Tags

Gets all defined device tags.

Authorizations: STB Administration

Requests

GET /apis/devices/tags

Response

Success

{
    "data": [
        {
            "_id": "aKiyWIUUoGCrVJP-BrWySQ",
            "name": "Meeting Room"
        },
        {
            "_id": "QwlCn20_PW5bHJ7tLSaDeg",
            "name": "Remote"
        }
    ]
}

Error

Code

Payload

 Description

404
{"code": "040033", "name":"TagNotFound",
"message":"Tag 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.