Define AdministrativeDivision view set (return all)

GET /api/administrative_divisions/7859/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 7859,
    "ags": "0831",
    "name": "Region Südlicher Oberrhein",
    "division_category": 30,
    "division_category_name": "Region",
    "division_type": 30,
    "division_type_name": "Region",
    "office_name": null,
    "office_zip": null,
    "office_street": null,
    "office_city": null,
    "area": null,
    "citizens_total": null,
    "citizens_male": null,
    "citizens_female": null,
    "population_density": null,
    "area_accumulated": 0,
    "citizens_accumulated": {
        "total": 0,
        "female": 0,
        "male": 0
    },
    "longitude": null,
    "latitude": null,
    "travel_name": null,
    "travel_code": null,
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7859/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7858/?format=api",
    "children": [],
    "zip_codes": []
}