GET /calibrations
Description
The /calibrations
endpoint enables retrieval of a user's calibration events. 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.
Resource
GET /v2/users/self/calibrations
Authorization
OAuth 2.0 bearer token; see the Authentication section for details on this workflow.
Query Parameters
These query parameters specify the time window for the requested data; both are required. See the discussion of time in the Endpoint Overview section for more details on how they relate to device information.
Name |
Type |
Description |
---|---|---|
|
DateTime |
Beginning of the time window |
|
DateTime |
End of the time window |
Request Example
Response Example
Response Fields
Name |
Type |
Description |
---|---|---|
|
Array |
Array of calibrations |
calibrations
array fields are as follows
Name |
Type |
Description |
Enumeration |
---|---|---|---|
|
DateTime |
Time according to the system clock at which calibration was entered; nominally UTC |
|
|
DateTime |
Time displayed on the receiving device when the calibration was entered |
|
|
Float |
Calibration value entered by the user |
|
|
String |
Unit of measurement for |
|
Notes
The documentation for an earlier version of this endpoint is available here.