GET api/pro/clinics/{clinicId}/employees

Gets all Clinic Employees.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

The Clinics Id

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns a list of all Clinic Employees.

Collection of ClinicEmployeeResponse
NameDescriptionTypeAdditional 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.