Dexcom · Example Payload

Dexcom Api Data Range Response Example

Continuous Glucose MonitoringDiabetesDigital HealthGlucoseHealthcareMedical DevicesWearables

Dexcom Api Data Range Response Example is an example object payload from Dexcom, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

recordTyperecordVersionuserIdcalibrationsegvsevents

Example Payload

Raw ↑
{
  "recordType": "dataRange",
  "recordVersion": "3.0",
  "userId": "5fee3e28-f52d-5d69-e22a-27b41fbdb25a",
  "calibrations": {
    "start": {
      "systemTime": null,
      "displayTime": null
    },
    "end": {
      "systemTime": null,
      "displayTime": null
    }
  },
  "egvs": {
    "start": {
      "systemTime": null,
      "displayTime": null
    },
    "end": {
      "systemTime": null,
      "displayTime": null
    }
  },
  "events": {
    "start": {
      "systemTime": null,
      "displayTime": null
    },
    "end": {
      "systemTime": null,
      "displayTime": null
    }
  }
}