GET /api/extras/tags/?format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/extras/tags/1/?format=api",
            "display": "bundlewrap",
            "name": "bundlewrap",
            "slug": "bundlewrap",
            "color": "ff5722",
            "description": "",
            "object_types": [],
            "tagged_items": 1,
            "created": "2024-03-24T10:06:43.573723Z",
            "last_updated": "2024-03-24T10:06:43.573735Z"
        }
    ]
}