---
title: "List case notes"
method: GET
path: "/cases/{caseId}/notes"
tags: ["CaseNote"]
---

# List case notes

`GET /cases/{caseId}/notes`

Returns a collection of case notes for a given 'caseId'

## Path parameters

- `caseId` integer, required

## Response `200`

Success

- CaseNoteDto[]
  - `id` integer
  - `message` string, nullable
  - `type` string — Information = 0 Warning = 1 Error = 2
  - `isActive` boolean
  - `createdBy` string, nullable
  - `imageUrl` string, nullable
  - `created` string, date-time
  - `lastAccessed` string, date-time, nullable

---

[API](https://skmtc.net/diabatix/apis/case-api.md) · [All operations](https://skmtc.net/diabatix/apis/case-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diabatix/case-api/revisions/c1d303e2220d/schema)
