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.
Name | Type | Description |
---|
therapists | object | Object that contains all the therapists-related elements. |
job_info | object | Object that contains all the job details of the therapist. |
error | object | Object that contains error message and error code details. For more information, refer to the error Object table. |
Name | Type | Description |
---|
id | string | Unique identifier of the therapist. |
code | string | Code of the therapist. |
personal_info | object | Object containing the personal information of the therapist. |
first_name | string | First name of the therapist. |
last_name | string | Last name of the therapist. |
name | string | Name of the therapist. |
nick_name | string | Nick name of the therapist. |
gender | string | Gender of the therapist: NotSpecified = -1, Male = 1, Female = 0, Other = 3. |
Name | Type | Object |
---|
id | string | Unique identifier of the job of the therapist. |
name | string | Name of the job of the therapist. |
code | message |
---|
400 | Authorization has been denied for this request. |
502 | invalid center_id. |
400 | The request is invalid. |