cgm

Get CGM device data for a patient

get/cgm/patients/{patient_id}/devices

Path parameters

patient_idinteger required

Response

successful operation

has_moreboolean required

Whether there are more results available

Example response

{
  "rows": [
    {
      "unit": "mmol/L"
    }
  ]
}

Changes

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