https://private-anon-0b2f806c9b-hologram.apiary-mock.com/api/1/devices/tags returns the documented response for me:
“data”: [
{
“name”: “My Tag”,
“id”: 123,
“deviceids”: [
1234,
1236
]
}
However, when I run against the production server, https://dashboard.hologram.io/api/1/devices/tags,
I get:
“data”: {
“tags”:
[
{
“name”: “My Tag”,
“id”: 123,
“deviceids”: [
1234,
1236
]
}
]
}
Can someone confirm the different response?