Skip to content

List All Clinicians

Request

Returns list of all clinician/clinic relationships in the system. Internal endpoint used for reporting purposes.

Security
sessionToken
Query
offsetinteger, >= 0
limitinteger, >= 1
Default:10
createdTimeStartstring, (date-time)

Return records created after the given date (inclusive)

createdTimeEndstring, (date-time)

Return records created before the given date (exclusive)

curl -i -X GET \
  'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinicians?offset=0&limit=10&createdTimeStart=2019-08-24T14%3A15%3A22Z&createdTimeEnd=2019-08-24T14%3A15%3A22Z' \
  -H 'x-tidepool-session-token: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
Array [
clinicianobject(Clinician)required

The id may be empty if the clinician invite has not been accepted.

clinicobject(Clinic)required

Clinic

]
Response
[ { "clinician": {}, "clinic": {} } ]