GET PlanCare2Api/DynamicData/ClientPermissionsDetail?employeeID={employeeID}&dateFrom={dateFrom}&dateUntil={dateUntil}
Gets allowed clients for all or a given employee within a given period
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeID |
The employee to obtain the allowed clients for |
integer |
None |
| dateFrom |
The start date to obtain client permissions for |
date |
None |
| dateUntil |
The end date to obtain client permissions for |
date |
None |
Body Parameters
None.
Response Information
Resource Description
The ClientPermissions for all or a given employees and the allowed clients
Collection of ClientPermissionsDetailResult| Name | Description | Type | Additional information |
|---|---|---|---|
| F_Employee_Employee | integer |
None |
|
| F_Client_Client | integer |
None |
|
| Datefrom | date |
None |
|
| Dateuntil | date |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.