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", | No results returned from the server. |