GET PlanCare2Api/ClientPermissions?referenceDate={referenceDate}
Gets all employees with allowed clients
Requires 'Start' permission for function BackOfficeOverview {FA1038EC-0FED-49E9-9376-D5DCE92D694E}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| referenceDate |
The date to obtain employees with allowed clients for |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
The ClientPermissions for all employees and the allowed clients
Collection of ClientPermissions| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId |
The internal id of the employee |
integer |
Required |
| LookupName |
The fullname of the employee |
string |
Required |
| AllowedClients |
The list of clients the employee has access to |
Collection of AllowedClient |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.