Dexcom · Example Payload

Dexcom Api Data Range Window Example

Continuous Glucose MonitoringDiabetesDigital HealthGlucoseHealthcareMedical DevicesWearables

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

Top-level fields

startend

Example Payload

Raw ↑
{
  "start": {
    "systemTime": "2026-04-30T15:00:00",
    "displayTime": "2026-04-30T15:00:00"
  },
  "end": {
    "systemTime": "2026-04-30T15:00:00",
    "displayTime": "2026-04-30T15:00:00"
  }
}