GET /api/extras/tagged-objects/1/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 1,
"url": "https://netbox.c3voc.de/api/extras/tagged-objects/1/?format=api",
"display": "switch96 tagged with bundlewrap",
"object_type": "dcim.device",
"object_id": 18,
"object": {
"id": 18,
"url": "https://netbox.c3voc.de/api/dcim/devices/18/?format=api",
"display": "switch96",
"name": "switch96",
"description": ""
},
"tag": {
"id": 1,
"url": "https://netbox.c3voc.de/api/extras/tags/1/?format=api",
"display": "bundlewrap",
"name": "bundlewrap",
"slug": "bundlewrap",
"color": "ff5722",
"description": ""
}
}