cgm
Generate, upload, and log CGM report PDF for the given patient and date range
get/cgm/patients/{patient_id}/report
Path parameters
patient_idinteger required
Query parameters
date_sincestring required
date_untilstring required
Response
successful operation
Example response
[
{
"comp_date_since": "2019-01-02",
"comp_date_until": "2019-01-02",
"date_since": "2019-01-02",
"date_until": "2019-01-02",
"dates_exclude": [
"2019-01-02"
],
"error_flags": [
{
"type": "nutrient"
}
],
"patient_report_summary_blocks": [
{
"report_section": "summary"
}
]
}
]Changes
No recorded changes to this endpoint across all 15 revisions of this API.