patient
Get all patient notes, newest first
get/patient/{patient_id}/patient_notes
Path parameters
patient_idinteger required
Response
successful operation
Example response
[
{
"note": "really likes walnut"
}
]Changes
No recorded changes to this endpoint across all 15 revisions of this API.