Skip to content

Get Practitioner

Request

Security
x-api-key and a-api-key
Path
practitioner_idintegerrequired
GET
/practitioner/{practitioner_id}
curl -i -X GET \
  'https://api.pracsuite.com/v1/practitioner/{practitioner_id}' \
  -H 'a-api-key: YOUR_API_KEY_HERE' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Successful

Bodyapplication/json
tenant_idinteger
practitioner_idinteger
titlestring
first_namestring
preferred_namestring
surnamestring
short_descriptionstring
professional_titlestring
qualificationsstring
archiveboolean
Example:false
emailstring, (email)
about_mestring
createdstring, (date-time)^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,6...

RFC 3339 UTC date-time (Z) with microsecond precision.

Example:"2020-09-12T11:09:42.687393Z"
businessesArray of objects
professionsArray of objects
Response
{ "links": { "self": "https://api.pracsuite.com/v1/practitioner/1", "appointments": "https://api.pracsuite.com/v1/practitioner/1/appointment", "practitioner_provider_numbers": "https://api.pracsuite.com/v1/practitioner/1/practitioner_provider_number" }, "tenant_id": 0, "practitioner_id": 0, "title": "string", "first_name": "string", "preferred_name": "string", "surname": "string", "short_description": "string", "professional_title": "string", "qualifications": "string", "archive": false, "email": "user@example.com", "about_me": "string", "telehealth_patient_link": "string", "telehealth_practitioner_link": "string", "created": "2020-09-12T11:09:42.687393Z", "businesses": [ {} ], "professions": [ {} ] }