APIs intended for internal use by Tidepool.
- Tidepool Data Array
Data API (1.0)
The Tidepool API is an HTTP REST API used by Tidepool clients use to communicate with the Tidepool Platform.
For more information, see the Getting Started section.
https://tidepool.redocly.app/_mock/reference/data.v1/
https://external.integration.tidepool.org/
https://api.tidepool.org/
https://dev1.dev.tidepool.org/
https://qa1.development.tidepool.org/
https://qa2.development.tidepool.org/
Tidepool Data Array
Diabetes Data Array
Globally unique to device and repeatable with each upload, e.g. device make and model with serial number
A string identifying the model of the device.
The deviceModel
is a non-empty string that encodes the model of device. We endeavor to match each manufacturer's standard for how they represent model name in terms of casing, whether parts of the name are represented as one word or two, etc.
A string encoding the device's serial number.
The deviceSerialNumber
is a string that encodes the serial number of the device. Note that even if a manufacturer only uses digits in its serial numbers, the SN should be stored as a string regardless.
Uniquely of string fields in the Tidepool device data models, deviceSerialNumber
may be an empty string. This is essentially a compromise: having the device serial number is extremely important (especially for e.g., clinical studies) but in 2016 we came across our first case where we cannot recover the serial number of the device that generated the data: Dexcom G5 data uploaded to Tidepool through Apple iOS's HealthKit integration.
A string timezone name from the IANA timezone database
{ "deviceId": "MMT-1711:12345678", "deviceModel": "Devicey McDeviceface", "deviceSerialNumber": "B97B6D59", "state": "open", "time": "2017-02-06T02:37:46Z", "timezone": "Europe/London", "timezoneOffset": -420 }
Event History [Proposed]
Revision history of the event
Only have this here because Stoplight doesn't seem to like using the JSONSchema directly as a ref from http://json.schemastore.org/json-patch
Only have this here because Stoplight doesn't seem to like using the JSONSchema directly as a ref from http://json.schemastore.org/json-patch
[ { "time": "2017-02-06T02:37:46Z", "changes": { … } } ]