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.

Response Details

NameTypeDescription
therapistsobjectObject that contains all the therapists-related elements.
job_infoobjectObject that contains all the job details of the therapist.
errorobjectObject that contains error message and error code details. For more information, refer to the error Object table.

therapists Object

NameTypeDescription
idstringUnique identifier of the therapist.
codestringCode of the therapist.
personal_infoobjectObject containing the personal information of the therapist.
first_namestringFirst name of the therapist.
last_namestringLast name of the therapist.
namestringName of the therapist.
nick_namestringNick name of the therapist.
genderstringGender of the therapist: NotSpecified = -1, Male = 1, Female = 0, Other = 3.

job_info Object

NameTypeObject
idstringUnique identifier of the job of the therapist.
namestringName of the job of the therapist.

error Object

codemessage
400Authorization has been denied for this request.
502invalid center_id.
400The request is invalid.
Language
Authorization
Header
Click Try It! to start a request and see the response here!