GET api/pro/clinics/{clinicId}/employees/{employeeId}
Gets a ClinicEmployee by id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clinicId |
The id of the clinic |
string |
Required |
employeeId |
The id of the ClinicEmployee. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Return the ClinicEmployee with the specified id.
ClinicEmployeeResponseName | 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:
{ "Id": "sample string 1", "ClinicId": "sample string 2", "ZapId": "sample string 3", "ManageClinicLibraryIds": [ "sample string 1", "sample string 2" ], "Rights": [ "ManageClinicLibraries", "ManageClinicLibraries" ], "EntityActivity": { "LastModifiedDate": "2025-06-23T13:49:38.1060958+00:00", "CreatedDate": "2025-06-23T13:49:38.1060958+00:00", "LastModifiedBy": "sample string 3", "CreatedBy": "sample string 4" } }