v1
latestOpenAPI 3.1.02026-07-2422707.0 MBList all therapists of a center
This API helps you to retrieve all the therapists that are active in the center on the specified date. You must specify the unique identifier of the center as center_id in the API request.
get/v1/centers/{center_id}/therapists
Path parameters
center_idstring required
Mandatory Unique 32-character identifier of the center.
Query parameters
datestring date
Optional Date on which the therapists are to be listed.
catalog_service_assignment_typestring
Fetches if the therapist has been assigned at least 1 service, which is available in the center and is available on Webstore and CM
search_textstring
Will allow the guest to search for the therapist on the basis of first name, last name, nick name, display name
therapist_additional_detailsstring
This will return additional therapist details, such as their pronouns, their job designation and their image link
Response
200
Example response
{
"therapists": [
{
"id": "8dd0bc14-8e54-453b-8f01-ceaf33df17fa",
"personal_info": {
"first_name": "Edward",
"last_name": "Lowe",
"name": "Ed",
"display_name": "Eddy",
"nick_name": "Ed",
"gender": -1
},
"job_info": {
"id": "6a81e0f9-f395-48ae-a057-50340cc6aab8",
"name": "Provider"
},
"catalog_info": {
"is_catalog_enabled": true,
"display_name": "Edward"
}
}
]
}