---
title: "Get all cases for a patient"
method: GET
path: "/Cases"
tags: ["Cases"]
---

# Get all cases for a patient

`GET /Cases`

## Query parameters

- `patientId` string

## Response `200`

OK

- CaseResponseDto[]
  - `id` string
  - `patientId` string
  - `clientId` string
  - `diagnosisType` string
  - `status` integer
  - `startDate` string, date-time
  - `endDate` string, date-time, nullable
  - `notes` string, nullable
  - `planData` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `milestones` CaseMilestoneResponseDto[]
    - `id` string
    - `caseId` string
    - `name` string
    - `status` integer
    - `type` integer
    - `completedAt` string, date-time, nullable
    - `orderIndex` union
      - integer
      - string, int32
    - `notes` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request

---

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