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

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

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

## Path parameters

- `patient_id` integer, required

## Query parameters

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

## Response `200`

successful operation

- PatientCgmSectionSummaryResponse[]
  - `glucose_delta_foods` GlucoseDeltaFoodResponse[]
    - `energy_kcal` number — total energy_kcal for the time period
    - `exercise` PatientExerciseResponse[]
      - `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
    - `fat_g` number — total fat for the time period
    - `fiber_g` number — total fiber for teh time period
    - `food_alpha_index` string — chr(ord("A") + meal_index)
    - `food_photo_name` string — name for food photo
    - `food_photo_url` string — path to the food photo eg /api/foods/....
    - `food_string` string — food with addons
    - `food_string_with_gi` string — food string with gi
    - `glucose` PatientGlucoseDataResponse[]
      - `timestamp` string, date-time, required — timestamp without timezone
      - `unit` string — unit coinciding with the value
      - `value` number — glucose value
    - `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_two_hour_delta` number, nullable — change in bg data after two hours, in mmoL/l
    - `increase_in_mmol_l` number — to increase in mmol/L of which the BG spiked after eating the food
    - `insulin` PatientMedicationResponse[]
      - `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
    - `key_contributor` boolean — to be highlighted in the report as the key contributor to the glucose spike
    - `meal_date` string — approximate calendar date in format YYYY-MM-DD
    - `meal_photo_id` integer — meal photo id
    - `meal_time` string — approxiamte time in HH:MM:SS
    - `net_serving_size_g` number — total serving size in g
    - `netcarb_g` number — total net carbs for teh time period
    - `protein_g` number — total protein for the time period
    - `summary_statements` PatientCgmSummaryStatement[]
      - `heading` string, required — heading for the given statement
      - `statement` string, required — statement content
    - `time_lower_bound` string, date-time — defined lower bound for reporting on the glucose overlaid with this item
    - `time_upper_bound` string, date-time — defined upper bound for reporting on the glucose overlaid with this item
  - `heading` string — descriptive name to be used as the section heading

---

[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)
