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