---
title: "Get a single case by ID"
method: GET
path: "/Cases/{id}"
tags: ["Cases"]
---

# Get a single case by ID

`GET /Cases/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- CaseResponseDto — Response DTO for case
  - `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

- `404` — Not Found

---

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