cgm
Get the list of patients' CGM entries available for the specified clinician.
get/cgm/patients/{patient_id}/daily_summary
Path parameters
patient_idinteger required
Query parameters
date_sincestring required
date_untilstring required
Response
successful operation
Example response
[
{
"exercise": [
{
"exercise_date": "2019-01-02",
"exercise_time": "08:00:00",
"intensity": "low",
"source": "healthkit",
"source_id": "35C09300-FAB6-460E-95B5-8EF4EC5663A3"
}
],
"foods": [
{
"food_alpha_index": "A1",
"food_name": "09:33:02",
"food_photo_url": ".../foods",
"glucose_max_time": "4",
"glucose_min_time": "4",
"meal_date": "2020-03-02",
"meal_time": "09:33:02"
}
],
"glucose": [
{
"timestamp": "2016-03-22T21:03:41",
"unit": "mmol/L"
}
],
"insulin": [
{
"medication_date": "2019-01-02",
"medication_time": "08:00:00"
}
],
"max_meals_food_item_glucose_increases": "apple",
"meal_date": "2020-05-02",
"min_meals_food_item_glucose_increases": "water"
}
]