GET /api/ipam/asns/?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/ipam/asns/1/?format=api",
            "display": "AS50472",
            "asn": 50472,
            "rir": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/ipam/rirs/1/?format=api",
                "display": "RIPE NCC",
                "name": "RIPE NCC",
                "slug": "ripe"
            },
            "tenant": null,
            "description": "",
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2023-01-14T15:08:39.814248Z",
            "last_updated": "2023-01-14T15:08:39.814266Z",
            "site_count": 1,
            "provider_count": 0
        }
    ]
}