GET /api/circuits/circuit-types/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-types/1/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/circuits/circuit-types/1/?format=api",
    "display": "BGP Peer",
    "name": "BGP Peer",
    "slug": "bgp-peer",
    "color": "",
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T01:09:34.345268Z",
    "last_updated": "2024-12-07T01:09:34.345326Z",
    "circuit_count": 3
}