---
title: "GET /patients/{patientId}/masses"
method: GET
path: "/patients/{patientId}/masses"
tags: ["PatientMasses"]
---

# GET /patients/{patientId}/masses

`GET /patients/{patientId}/masses`

## Path parameters

- `patientId` string, required

## Response `200`

OK

- PatientMassResponseDto[]
  - `id` string
  - `patientId` string
  - `number` union
    - integer
    - string, int32
  - `x` union
    - number, double
    - string, double
  - `y` union
    - number, double
    - string, double
  - `view` string
  - `status` string
  - `zone` string
  - `firstObserved` string, date-time
  - `shape` string
  - `mobility` string
  - `consistency` string
  - `notes` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `measurements` PatientMassMeasurementDto[]
    - `id` string
    - `length` union
      - number, double
      - string, double
    - `width` union
      - number, double
      - string, double
    - `height` union
      - number, double
      - string, double
    - `measuredAt` string, date-time
    - `createdAt` string, date-time

---

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