GET api/pro/clinics/{clinicId}/employees
Gets all Clinic Employees.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId |
The Clinics Id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of all Clinic Employees.
Collection of ClinicEmployeeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ClinicId | string |
None. |
|
| ZapId | string |
None. |
|
| ManageClinicLibraryIds | Collection of string |
None. |
|
| Rights | Collection of ClinicEmployeeRightsDto |
None. |
|
| EntityActivity | EntityActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.