Get tags assigned to the device
GET {{baseUrl}}/v1/device/:deviceUid/tag?limit=<number>&descending=true
Get list of tags which was assigned to the device
This endpoint uses pagination. For more information view Pagination section.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Start paginating result by given number items on page. Next page link is available in response under header Link . E.g.: <https://api.signageos/v1/example?limit=50&until=2020-10-22T16%3A10%3A00.000Z>; rel="next" | |
descending | boolean | Default true . Order resource in descending or ascending order by createdAt. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"uid":"\u003cstring\u003e","organizationUid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","color":"\u003cstring\u003e","parentTagUid":"\u003cstring\u003e"},{"uid":"\u003cstring\u003e","organizationUid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","color":"\u003cstring\u003e","parentTagUid":"\u003cstring\u003e"}]