exercise
Get a list of exercises of a patient
get/patients/{patient_id}/exercises
Path parameters
patient_idinteger required
Query parameters
date_sincestring
date_untilstring
Response
successful operation
Example response
[
{
"exercise_date": "2019-01-02",
"exercise_time": "08:00:00",
"intensity": "low",
"source": "healthkit",
"source_id": "35C09300-FAB6-460E-95B5-8EF4EC5663A3"
}
]Changes
No recorded changes to this endpoint across all 15 revisions of this API.