---
title: "Info for a specific dictionary"
method: GET
path: "/dictionary/{dictionaryId}"
tags: ["dictionary"]
---

# Info for a specific dictionary

`GET /dictionary/{dictionaryId}`

## Path parameters

- `dictionaryId` number, required

## Response `200`

Expected response to a valid request

- Dictionary — A collection of dictionary data for categorizing and collecting statistical information
  - `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

## Other responses

- `default` — unexpected error

## Changes

> 16 revisions in range; 1 not diffed.

- **2019-10-10** `f16566c7c7ef` — 4 info
  - added the required property `createdBy` to the response with the `200` status
  - added the required property `createdOn` to the response with the `200` status
  - added the required property `modifiedBy` to the response with the `200` status
  - added the required property `modifiedOn` to the response with the `200` status

[Change history](https://skmtc.dev/watchdogpolska/apis/small-eod/changes/dictionary/:dictionaryId/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)
