GET PlanCare2Api/Employees/Employments?referenceDate={referenceDate}
Gets the employments for all employees
Requires 'Start' permission for function BackOfficeOverview {FA1038EC-0FED-49E9-9376-D5DCE92D694E}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| referenceDate |
Date to validate on |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
The list of employments for all employees
Collection of Employment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of the employment |
integer |
None |
| EmployeeId |
Id of the referenced employee |
integer |
None |
| Description |
Description of the employment |
string |
None |
| StartDate |
Startdate of the employment |
date |
None |
| EndDate |
Possible enddate of the employment |
date |
None |
| IsDefaultEmployment |
Indicator employment is default |
boolean |
None |
| IsDefaultForLogin |
Indicator employment is the default for login purposes |
boolean |
None |
| OrganizationEntityId |
The internal id of the Organization entity |
integer |
None |
| OrganizationEntityName |
Organization entity referenced to employment |
string |
None |
| Discipline |
Discipline referenced to employment |
string |
None |
| DisciplineId |
The internal id of the discipline |
integer |
None |
| EmploymentReferenceNumber |
The employment reference number |
string |
None |
| HoursPerWeek |
The hours per week |
integer |
None |
| DaysPerWeek |
The days per week |
integer |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.