Tidepool API/Alerts API//
- Get an alerts configuration
Delete an alerts configuration
Create or update an alerts configuration
Get an alerts configurati...
Retrieve an existing alerts configuration.
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/alerts.v1/v1/users/{userId}/followers/{followerUserId}/alerts
- integrationhttps://external.integration.tidepool.org/v1/users/{userId}/followers/{followerUserId}/alerts
- productionhttps://api.tidepool.org/v1/users/{userId}/followers/{followerUserId}/alerts
- dev1https://dev1.dev.tidepool.org/v1/users/{userId}/followers/{followerUserId}/alerts
- qa1https://qa1.development.tidepool.org/v1/users/{userId}/followers/{followerUserId}/alerts
- qa2https://qa2.development.tidepool.org/v1/users/{userId}/followers/{followerUserId}/alerts
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/alerts.v1/v1/users/{userId}/followers/{followerUserId}/alerts' \
-H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'Alerts Config
non-empty
An upload identifier; this field should be the uploadId of the corresponding upload record
Example:"0d92d5c1c22117a18f3620b9e24d3c06"
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
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
Blood glucose measurements at or below this value will trigger an immediate and urgent alert.
Blood glucose measurements at or below this value will trigger an alert.
Blood glucose measurements at or above this value will trigger an alert.
Response
- Blood Glucose (mg/dL)
- Blood Glucose (mmol/L)
{ "uploadId": "0d92d5c1c22117a18f3620b9e24d3c06", "userId": "string", "followedUserId": "string", "urgentLow": { "enabled": false, "threshold": { … } }, "low": { "enabled": false, "delay": 0, "repeat": 0, "threshold": { … } }, "high": { "enabled": false, "delay": 0, "repeat": 0, "threshold": { … } }, "noCommunication": { "enabled": false, "delay": 0 }, "notLooping": { "enabled": false, "delay": 0 } }