---
title: "List all dictionaries"
method: GET
path: "/dictionary"
tags: ["dictionary"]
---

# List all dictionaries

`GET /dictionary`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A paged array of dictionaries

- Dictionary[]
  - `id` string, dictionaryId, required
  - `name` string, required — Name of the statistical field
  - `value` object[] — Acceptable values
    - `id` string, objectId, required
    - `name` string, required
  - `maxItems` number — Maximum number of selected values
  - `minItems` number — Minimum number of selected values
  - `active` boolean — Allows to add to new entries
  - `createdOn` string, datetime, required
  - `createdBy` string, required — User ID responsible for creating the content
  - `modifiedOn` string, datetime, required
  - `modifiedBy` string, required

---

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