weight
Get up to 100 most recent weights of a patient in descending timestamp order
get/patients/{patient_id}/weights
Path parameters
patient_idinteger required
Query parameters
date_sincestring
date_untilstring
Response
successful operation
Example response
{
"weights": [
{
"source": "healthconnect",
"source_id": "12345678-90ab-cdef-1234-567890abcdef",
"weight_date": "2025-12-18",
"weight_kg": 68.4,
"weight_time": "07:32:10"
}
]
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.