cgm

Refetches CGM data for a given patient

post/cgm/{patient_id}/data/refetch

Path parameters

patient_idinteger required

Response

successful operation

data_latest_timestampsobject nullable
providerstring
status'success' | 'error' | 'pending' required
status_messagestring nullable
timestampstring date-time required

Example response

[
  {
    "provider": "dexcom"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.