---
title: "List all administrative units"
method: GET
path: "/administrativeUnit"
tags: ["administrativeUnit"]
---

# List all administrative units

`GET /administrativeUnit`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A paged array of administrative units

- AdministrativeUnit[]
  - `id` string, AdministrativeUnitId, required
  - `name` string, required
  - `level` number, required
  - `category` string, required
  - `terc` string, required

## Changes

> 16 revisions in range; 1 not diffed.

- **2019-10-10** `f16566c7c7ef` — 5 info
  - the response property `items/category` became required for the status `200`
  - the response property `items/id` became required for the status `200`
  - the response property `items/level` became required for the status `200`
  - the response property `items/name` became required for the status `200`
  - …1 more

[Change history](https://skmtc.dev/watchdogpolska/apis/small-eod/changes/administrativeUnit/get.md)

---

[API](https://skmtc.dev/watchdogpolska/apis/small-eod.md) · [All operations](https://skmtc.dev/watchdogpolska/apis/small-eod/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdogpolska/small-eod/revisions/1c5ac40bf412/schema)
