Web service that stores information about clinics, clinicians and their patients
- Update Patient Reviews
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}/invites/patients/{inviteId}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/invites/patients/{inviteId}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/invites/patients/{inviteId}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/invites/patients/{inviteId}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/invites/patients/{inviteId}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/invites/patients/{inviteId}
- 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}/invites/patients/{inviteId}' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"fullName": "string",
"birthDate": "2012-08-30",
"mrn": "string",
"tags": [
"stringstringstringstring"
],
"sites": [
{
"name": "string"
}
]
}'
- 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 PUT \
'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}/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" } ]