GET /api/dcim/regions/?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/dcim/regions/2/?format=api",
"display": "Berlin, DE",
"name": "Berlin, DE",
"slug": "de-berlin",
"parent": null,
"description": "",
"tags": [],
"custom_fields": {},
"created": "2023-01-14T15:06:32.929846Z",
"last_updated": "2023-01-14T15:06:32.929863Z",
"site_count": 1,
"_depth": 0
},
{
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/regions/1/?format=api",
"display": "Hessen, DE",
"name": "Hessen, DE",
"slug": "de-hessen",
"parent": null,
"description": "",
"tags": [],
"custom_fields": {},
"created": "2023-01-14T15:06:26.511736Z",
"last_updated": "2023-01-14T15:06:26.511765Z",
"site_count": 1,
"_depth": 0
}
]
}