---
title: "Get the list of patients' CGM entries available for the specified clinician."
method: GET
path: "/cgm/patients/{patient_id}/daily_summary"
tags: ["cgm"]
---

# Get the list of patients' CGM entries available for the specified clinician.

`GET /cgm/patients/{patient_id}/daily_summary`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `date_since` string, required
- `date_until` string, required

## Response `200`

successful operation

- PatientCgmDailySummaryResponse[]
  - `bg_target_lower` number, required — lower end of target range ofr BG, in mmoL/l
  - `bg_target_upper` number, required — upper end of target range for BG, in mmoL/l
  - `exercise` PatientExerciseResponse[], required
    - `duration_min` integer — time in minutes
    - `exercise_date` string — calendar date in format YYYY-MM-DD
    - `exercise_time` string — time in HH:MM:SS
    - `exercise_type` 'logged by cgm' | 'strength-resistance' | 'aerobic training' | 'balance and stability' | 'flexibility-stretching' | 'mixed cardio/strength' | 'other'
    - `id` integer, required
    - `intensity` string, nullable
    - `note` string, nullable — note that can be added to provide additional description Max 1024 char
    - `source` string, nullable — source of exercise data
    - `source_id` string, nullable — id of exercise from source
  - `foods` PatientCgmDailySummaryFoodResponse[], nullable
    - `after_meal_time_out_of_range_mins` number — number of minutes after food < lower BG limit or > upper BG limit
    - `carbohydrate_pct_of_total_kcal` number — carb contribution to total kcal
    - `energy_kcal` number — total energy_kcal for the time period
    - `fat_pct_of_total_kcal` number — fat contribution to total kcal
    - `fiber_g` number — fiber in grams for the current food item
    - `food_alpha_index` string — chr(ord("A") + meal_index)
    - `food_name` string, required — applied_food_with_addons_netcarbs
    - `food_photo_name` string — name for food photo
    - `food_photo_url` string — path to the food photo eg /api/foods/....
    - `glucose_max_time` string — time of max glucose within 4 hrs after food
    - `glucose_max_value` number — value of max glucose within 4 hrs after food
    - `glucose_min_time` string — time of min glucose within 4 hrs after food
    - `glucose_min_value` number — value of min glucose within 4 hrs after food
    - `glucose_rise` number — peak minus base glucose (base glucose is glucose at time of food log; peak is within the next two hrs)
    - `glucose_two_hour_delta` number, nullable — change in bg data, in mmoL/l
    - `glucose_valley` number — minimum is the lowest BG value within 2 hrs of eating
    - `meal_date` string, required — calendar date in format YYYY-MM-DD
    - `meal_photo_id` integer — meal photo id
    - `meal_time` string, required — time in HH:MM:SS
    - `net_serving_size_g` number — net serving size
    - `netcarb_g` number — net carbs in grams for the current food item
    - `protein_pct_of_total_kcal` number — protein contribution to total kcal
    - `thirty_min_prior_peak_bg` number — max value in the 30 minutes prior to the food log
  - `glucose` PatientGlucoseDataResponse[], required
    - `timestamp` string, date-time, required — timestamp without timezone
    - `unit` string — unit coinciding with the value
    - `value` number — glucose value
  - `glucose_peak_per_meal_avg` number — avg increase in glucose after a meal, in mmol/L
  - `glucose_peak_per_meal_max` number — max peak increase in glucose after a meal, in mmol/L
  - `glucose_peak_per_meal_min` number — min increase in glucose after a meal, in mmol/L
  - `glucose_value_avg` number — avg glucose value for the day
  - `insulin` PatientMedicationResponse[], required
    - `id` integer, required
    - `medication_date` string — calendar date in format YYYY-MM-DD
    - `medication_time` string — time in HH:MM:SS
    - `name` string, required — indicate the name of the medication
    - `note` string, nullable — note that can be added to provide additional description Max 1024 char
    - `quantity` number — typical qty of medication taken
    - `side_effects` string, nullable — side effects of the medication Max 1024 char
    - `unit` string
  - `max_meals_food_item_glucose_increases` string — food item for the associated maximum glucose incresae
  - `meal_date` string, required — calendar date in format YYYY-MM-DD
  - `min_meals_food_item_glucose_increases` string — food item for the minimum glucose increase
  - `out_of_range_min` number — time out of the defined range in minutes
  - `summary_statements` PatientCgmSummaryStatement[], required
    - `heading` string, required — heading for the given statement
    - `statement` string, required — statement content

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/a61b77b30e63?raw)
