cgm
Get the list of patients' CGM entries available for the specified clinician.
get/cgm/patients/{patient_id}/whole_summary
Path parameters
patient_idinteger required
Query parameters
date_sincestring required
date_untilstring required
meal_namestring
Response
successful operation
Example response
{
"date_since": "2020-05-01",
"date_until": "2020-06-10",
"glucose_period_stats": [
{
"time_of_day": "00:05",
"unit": "mmol/L"
}
]
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.