GET /api/dcim/regions/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/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
}