Web service that stores information about clinics, clinicians and their patients
- Update Patient Permissions
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}/patients/{patientId}/reviews
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/reviews
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/reviews
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/reviews
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/reviews
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/reviews
- 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}/patients/{patientId}/reviews' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
[ { "clinicianId": "string", "time": "2019-08-24T14:15:22Z" } ]
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}/permissions
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}/permissions' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"custodian": {},
"view": {},
"note": {},
"upload": {}
}'
{ "custodian": {}, "view": {}, "note": {}, "upload": {} }
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- 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}/patients/{patientId}/permissions/{permission}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'