---
title: "List all notes of case"
method: GET
path: "/note"
tags: ["note"]
---

# List all notes of case

`GET /note`

## Query parameters

- `limit` integer
- `offset` integer
- `case` integer

## Response `200`

A paged array of notes

- Note[]
  - `id` string, noteId, required
  - `case` string, caseId
  - `comment` string, required
  - `createdOn` string, datetime
  - `createdBy` string — User ID responsible for creating the content
  - `modifiedOn` string, datetime
  - `modifiedBy` string

---

[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/6da2ffa964ee/schema)
