---
title: "Gets an existing weight entry"
method: GET
path: "/patients/{patient_id}/weights/{patient_weight_id}"
tags: ["weight"]
---

# Gets an existing weight entry

`GET /patients/{patient_id}/weights/{patient_weight_id}`

## Path parameters

- `patient_id` integer, required
- `patient_weight_id` integer, required

## Response `200`

successful operation

- PatientWeightResponse
  - `id` integer, required
  - `note` string, nullable — note that can be added to provide additional description Max 1024 char
  - `source` 'healthkit' | 'healthconnect', nullable — source of weight data
  - `source_id` string, nullable — id of weight from source
  - `weight_date` string, nullable, required — calendar date in format YYYY-MM-DD
  - `weight_kg` number, float, required — weight in kilograms
  - `weight_time` string, nullable, required — time in HH:MM:SS

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/081a2697c0f1?raw)
