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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://demo.peering-manager.net/api/extras/tags/1/?format=api",
            "display": "Production",
            "name": "Production",
            "slug": "production",
            "color": "2196f3",
            "description": "",
            "tagged_items": 0
        },
        {
            "id": 2,
            "url": "https://demo.peering-manager.net/api/extras/tags/2/?format=api",
            "display": "Staging",
            "name": "Staging",
            "slug": "staging",
            "color": "9c27b0",
            "description": "",
            "tagged_items": 0
        },
        {
            "id": 3,
            "url": "https://demo.peering-manager.net/api/extras/tags/3/?format=api",
            "display": "Lab",
            "name": "Lab",
            "slug": "lab",
            "color": "ffeb3b",
            "description": "",
            "tagged_items": 0
        }
    ]
}