Tidepool API/Blob API//
- List device logs metadata
Upload new device logs as json
List device logs metadata
List previously uploaded device logs json data in the user's account. The list must be filtered with startAt and endAt parameters
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/blob.v1/v1/users/{userId}/device_logs
- integrationhttps://external.integration.tidepool.org/v1/users/{userId}/device_logs
- productionhttps://api.tidepool.org/v1/users/{userId}/device_logs
- dev1https://dev1.dev.tidepool.org/v1/users/{userId}/device_logs
- qa1https://qa1.development.tidepool.org/v1/users/{userId}/device_logs
- qa2https://qa2.development.tidepool.org/v1/users/{userId}/device_logs
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/blob.v1/v1/users/{userId}/device_logs?startAtTime=2017-02-06T02%3A37%3A46Z&endAtTime=2017-02-06T02%3A37%3A46Z' \
-H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'List of device logs metadata
Array []
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
Example:"4d94a5fb-642e-48f1-89b9-c6a3e6145342"
digestMD5string, = 24 characters(MD5 Digest)^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[...required
Example:"HUXZLQLMuI/KZ5KDcJPcOA=="
Example:"2017-02-06T02:37:46Z"
Example:"2017-02-06T02:37:46Z"
Response
[ { "id": "97a9fae8a19b4da58bb48dc90c9562c9", "userId": "4d94a5fb-642e-48f1-89b9-c6a3e6145342", "digestMD5": "HUXZLQLMuI/KZ5KDcJPcOA==", "mediaType": "application/json", "size": 1024, "createdTime": "2017-02-06T02:35:46Z", "startAtTime": "2017-02-06T02:35:46Z", "endAtTime": "2017-02-06T02:36:46Z" } ]