cgm
Gets a list of dates with CGM data for a patient
get/cgm/patients/{patient_id}/dates-with-data
Path parameters
patient_idinteger required
Query parameters
date_untilstring required
Response
successful operation
Example response
{
"date_since": "2020-05-02",
"date_until": "2020-05-11",
"dates": [
{
"data_date": "2020-05-02"
}
],
"has_more_date_until": "true"
}