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