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