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

# Info for a specific letter

`GET /letter/{letterId}`

## Path parameters

- `letterId` number, required

## Response `200`

Expected response to a valid request

- Letter
  - `id` string, letterId, required
  - `name` string, required
  - `direction` 'received' | 'send', required — Direction
  - `channel` string, channelId, required — Channel
  - `final` boolean — The status of the letter, e.g. deciding about visibility in the collection
  - `data` string, date-time — Date of receipt / Date of dispatch
  - `identifier` string — External identifier of letter / case
  - `description` number — Description ID choose by content creator
  - `institution` number[]
  - `address` AddressData
    - `email` string, email
    - `epuap` string, epuapId
    - `street` string
    - `postal_code` string
    - `city` string
    - `voivodeship` string
    - `house_no` string
    - `flat_no` string
  - `case` string, caseId
  - `attachment` File[]
    - `id` string, fileId, required
    - `path` string, required
    - `name` string, required
  - `ordering` number
  - `comment` string
  - `excerpt` string
  - `tags` string[]
  - `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

---

[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/versions/1c5ac40bf412/schema)
