get
https://api.zenoti.com/v1/centers//therapists
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 property | Data type | Description |
|---|---|---|
| expand | IList<string> | List of related entities/sections to expand in the response. |
| search_text | string | The search query for employee name. |
| catalog_service_assignment_type | CatalogServiceAssignmentType | Type of therapist assignment check for webstore/CMA. |
Response Model
| Json property | Data type | Description |
|---|---|---|
| therapists | List<TherapistInfo> | List of all therapist info objects. |
| employees | List<TherapistInfo> | List of all therapist info objects. |
| account_status | string | The center's account status. |
| account_last_four | string | The center's account last four digits. |
therapists object (TherapistInfo)
| Json property | Data type | Description |
|---|---|---|
| personal_info | TherapistPersonalInfo | Contains personal information of the therapist or employee. |
| job_details | JobDetails | Job details for the therapist/employee, including designation. |
personal_info (TherapistPersonalInfo)
| Json property | Data type | Description |
|---|---|---|
| preferred_pronoun | GuestPreferredPronoun | Therapist’s preferred pronoun. |
| therapist_image_paths | Dictionary<string, string> | Therapist image paths (key–value URL mapping). |
job_details info (JobDetails)
| Json property | Data type | Description |
|---|---|---|
| job_designation | ObjectInfo | Job designation details. |
catalog_service_assignment_type enum (CatalogServiceAssignmentType)
| Json property | Data type | Description |
|---|---|---|
| AllServices | int | 0 – Applies to all services. |
| CoupleBookingServices | int | 1 – Applies only to couple booking services. |
