---
title: "Get all SOAP notes for a patient"
method: GET
path: "/Patients/{id}/soapnotes"
tags: ["Patients"]
---

# Get all SOAP notes for a patient

`GET /Patients/{id}/soapnotes`

## Path parameters

- `id` string, required

## Response `200`

OK

- SoapNoteDto[]
  - `id` string
  - `patientId` string
  - `appointmentId` string, nullable
  - `subjective` string
  - `objective` string
  - `assessment` string
  - `plan` string
  - `format` string — Note format discriminator (PAW-744). "soap" = standard four-section note; "quick-visit" = condensed single-section note stored in string SoapNoteDto.Subjective. See SoapNoteFormats.
  - `status` string
  - `createdById` string
  - `lockedAt` string, date-time, nullable
  - `lockedById` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `aiGenerated` boolean
  - `aiConfidence` union
    - number, double
    - string, double
  - `aiFlags` string, nullable
  - `appointmentRecordingId` string, nullable
  - `patient` SoapNotePatientDto
    - `id` string
    - `name` string
    - `species` string
    - `breed` string
    - `dateOfBirth` string, date-time, nullable
    - `sex` string
  - `appointment` SoapNoteAppointmentDto
    - `id` string
    - `reasonForVisit` string
    - `status` string
  - `createdBy` SoapNoteUserDto
    - `id` string
    - `displayName` string, nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string
  - `lockedBy` SoapNoteUserDto
    - `id` string
    - `displayName` string, nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string
  - `problemCount` union
    - integer
    - string, int32
  - `hasAmendments` boolean
  - `amendments` SoapAmendmentDto[], nullable
    - `id` string
    - `soapNoteId` string
    - `originalContent` string
    - `amendedContent` string
    - `reason` string
    - `createdBy` SoapNoteUserDto
      - `id` string
      - `displayName` string, nullable
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `email` string
    - `createdById` string
    - `createdAt` string, date-time
  - `isEditable` boolean

## 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/versions/a905bde4e796/schema)
