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

{
    "id": 2,
    "url": "https://netbox.c3voc.de/api/dcim/locations/2/?format=api",
    "display": "case2",
    "name": "case2",
    "slug": "case2",
    "site": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
        "display": "Event",
        "name": "Event",
        "slug": "event"
    },
    "parent": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "tenant": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-05-24T13:55:44.461565Z",
    "last_updated": "2025-05-24T13:55:44.461577Z",
    "rack_count": 2,
    "device_count": 8,
    "_depth": 0
}