List 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.

Request Model

Json propertyData typeDescription
expandIList<string>List of related entities/sections to expand in the response.
search_textstringThe search query for employee name.
catalog_service_assignment_typeCatalogServiceAssignmentTypeType of therapist assignment check for webstore/CMA.

Response Model

Json propertyData typeDescription
therapistsList<TherapistInfo>List of all therapist info objects.
employeesList<TherapistInfo>List of all therapist info objects.
account_statusstringThe center's account status.
account_last_fourstringThe center's account last four digits.

therapists object (TherapistInfo)

Json propertyData typeDescription
personal_infoTherapistPersonalInfoContains personal information of the therapist or employee.
job_detailsJobDetailsJob details for the therapist/employee, including designation.

personal_info (TherapistPersonalInfo)

Json propertyData typeDescription
preferred_pronounGuestPreferredPronounTherapist’s preferred pronoun.
therapist_image_pathsDictionary<string, string>Therapist image paths (key–value URL mapping).

job_details info (JobDetails)

Json propertyData typeDescription
job_designationObjectInfoJob designation details.

catalog_service_assignment_type enum (CatalogServiceAssignmentType)

Json propertyData typeDescription
AllServicesint0 – Applies to all services.
CoupleBookingServicesint1 – Applies only to couple booking services.
Language
Credentials
Header
Click Try It! to start a request and see the response here!