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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/ipam/roles/2/?format=api",
            "display": "Internal",
            "name": "Internal",
            "slug": "internal",
            "weight": 1000,
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2022-07-23T14:25:13.271953Z",
            "last_updated": "2022-07-23T14:25:13.271969Z",
            "prefix_count": 1,
            "vlan_count": 2
        },
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/ipam/roles/1/?format=api",
            "display": "Uplink",
            "name": "Uplink",
            "slug": "uplink",
            "weight": 1000,
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2022-07-23T14:24:54.069607Z",
            "last_updated": "2022-07-23T14:24:54.069618Z",
            "prefix_count": 0,
            "vlan_count": 3
        }
    ]
}