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

date_sincestring nullable required

calendar date in format YYYY-MM-DD

date_untilstring nullable required

calendar date in format YYYY-MM-DD

has_more_date_untilstring nullable required

if there are more data,

Example response

{
  "date_since": "2020-05-02",
  "date_until": "2020-05-11",
  "dates": [
    {
      "data_date": "2020-05-02"
    }
  ],
  "has_more_date_until": "true"
}

Changes

No recorded changes to this endpoint across all 15 revisions of this API.