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

# Info for a specific note

`GET /note/{noteId}`

## Path parameters

- `noteId` number, required

## Response `200`

Expected response to a valid request

- Note
  - `id` string, noteId, required
  - `case` string, caseId
  - `comment` string, required
  - `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)
