Web service that stores information about clinics, clinicians and their patients
- Get Patient
Clinics API (1.0)
https://tidepool.redocly.app/_mock/reference/clinic.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/
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/clinicians/{clinicianId}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/clinicians/{clinicianId}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/clinicians/{clinicianId}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/clinicians/{clinicianId}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/clinicians/{clinicianId}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/clinicians/{clinicianId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/clinicians/{clinicianId}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
OK
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
{ "id": "string", "email": "user@example.com", "fullName": "string", "birthDate": "2012-08-30", "mrn": "string", "tags": [ "stringstringstringstring" ], "targetDevices": [ "string" ], "permissions": { "custodian": {}, "view": {}, "note": {}, "upload": {} }, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "attestationSubmitted": true, "dataSources": [ { … } ], "lastUploadReminderTime": "2019-08-24T14:15:22Z", "summary": { "cgmStats": { … }, "bgmStats": { … } }, "reviews": [ { … } ], "connectionRequests": { "twiist": [ … ], "dexcom": [ … ], "abbott": [ … ] }, "sites": [ { … } ] }
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"permissions": {
"custodian": {},
"view": {},
"note": {},
"upload": {}
},
"isMigrated": true,
"attestationSubmitted": true,
"fullName": "string",
"birthDate": "2012-08-30",
"mrn": "string",
"tags": [
"stringstringstringstring"
],
"sites": [
{
"name": "string"
}
]
}'
OK
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
{ "id": "string", "email": "user@example.com", "fullName": "string", "birthDate": "2012-08-30", "mrn": "string", "tags": [ "stringstringstringstring" ], "targetDevices": [ "string" ], "permissions": { "custodian": {}, "view": {}, "note": {}, "upload": {} }, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "attestationSubmitted": true, "dataSources": [ { … } ], "lastUploadReminderTime": "2019-08-24T14:15:22Z", "summary": { "cgmStats": { … }, "bgmStats": { … } }, "reviews": [ { … } ], "connectionRequests": { "twiist": [ … ], "dexcom": [ … ], "abbott": [ … ] }, "sites": [ { … } ] }