GET PlanCare2Api/EmployeeAppointments?employeeId={employeeId}&dateFrom={dateFrom}&dateUntil={dateUntil}&includeDeletedOccurrences={includeDeletedOccurrences}&excludeCalculatedOccurrences={excludeCalculatedOccurrences}
Obtains all appointments for the specified employee
Requires 'Start' permission for function EmployeeCalendar {2B7BC787-80B4-41AD-8975-FD07F3CC1746}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeId | integer |
Required |
|
| dateFrom | date |
Required |
|
| dateUntil | date |
Required |
|
| includeDeletedOccurrences |
Optional parameter. When true deleted occurrences within the given period are also returned. Default of this parameter is false. |
boolean |
Default value is False |
| excludeCalculatedOccurrences |
Optional parameter. When true calculated occurrences within the given period are left out. The default of this parameter false. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
A collection of employee appointments
EmployeeAppointmentsCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeAppointments |
A collection of employee appointments |
Collection of EmployeeAppointment |
None |
| ActionAppointments |
A collection of Action appointments |
Collection of ActionAppointment |
None |
| LegacyActionAppointments |
A collection of legacy Action appointments |
Collection of LegacyActionAppointment |
None |
| InterventionAppointments |
A collection of Intervention appointments |
Collection of InterventionAppointment |
None |
| GeneralAppointments |
A collection of General appointments |
Collection of GeneralAppointment |
None |
| ContractAppointments |
A collection of Contract appointments |
Collection of ContractAppointment |
None |
| ArrangementProductActAppointments |
A collection of ArrangementProductAct appointments |
Collection of ArrangementProductActAppointment |
None |
| AgreementAppointments |
A collection of Agreement appointments |
Collection of AgreementAppointment |
None |
| EmployeeTimeRegistrationAppointments |
A collection of TimeRegistration appointments |
Collection of EmployeeTimeRegistrationAppointment |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.