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

duration_mininteger

time in minutes

exercise_datestring

calendar date in format YYYY-MM-DD

exercise_timestring

time in HH:MM:SS

exercise_type'logged by cgm' | 'strength-resistance' | 'aerobic training' | 'balance and stability' | 'flexibility-stretching' | 'mixed cardio/strength' | 'other'
idinteger required
intensitystring nullable
notestring nullable

note that can be added to provide additional description Max 1024 char

sourcestring nullable

source of exercise data

source_idstring nullable

id of exercise from source

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.