GET PlanCare2Api/DynamicData/Employees?referenceDate={referenceDate}
Gets detail info of all employees active on referenceDate with a valid Contract of Service on referenceDate. Used by the PlanCare HRM Connector/Flex autorization module
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| referenceDate |
Date employees have to be active |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of active employees on given date
Collection of EmployeesResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Relationid |
Id of the relation |
integer |
None |
| Employeeid |
Id of the employee |
integer |
None |
| BSN |
Socialsecuritynumber |
string |
None |
| Firstname |
Firstname of the employee |
string |
None |
| Lastname |
Surname of the employee |
string |
None |
| Lookupname |
Lookupname of the employee |
string |
None |
| Prefix |
Prefix of the employee |
string |
None |
| Gender |
Gender of the employee, 0 = Undefined, 1 = Male, 2 = Female |
integer |
None |
| Dateofbirth |
Date of birth of the employee |
date |
None |
| Accessuserid |
Id for the employee to logon with |
integer |
None |
| Dateofremoval |
Date of removal of the employee Which can be the date of death or the enddate of the last contract |
date |
None |
| Registrationnumber |
External registrationnumber |
string |
None |
| Windowsusername |
Single Sign On Username |
string |
None |
| Emailaddresses |
Email addresses of employee |
string |
None |
| Accessusername |
Username of the employee |
string |
None |
| Mobilephonenumbers |
Mobile phone numbers of the employee |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.