Returns a list of user's calibration events
GET {{baseUrl}}/calibrations?startDate=1970-07-10T04:09:24.263Z&endDate=1970-07-10T04:09:24.263Z
Calibration events are where the user enters the glucose value that they obtain from testing a fingerstick blood sample with their blood glucose meter into the CGM. These readings are used as a reference point for calculating EGV from the sensor signal.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
startDate | string | ||
endDate | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"calibtrations":[{"systemTime":"1969-05-07T15:26:11.259Z","displayTime":"1977-09-27T07:46:24.700Z"},{"systemTime":"2008-06-02T21:25:00.306Z","displayTime":"2008-04-17T05:02:22.368Z"}]}