GET /api/dcim/locations/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/locations/1/?format=api",
"display": "case1",
"name": "case1",
"slug": "case1",
"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:37.187214Z",
"last_updated": "2025-05-24T13:55:37.187233Z",
"rack_count": 2,
"device_count": 9,
"_depth": 0
}