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
[
{
"$id": "1",
"Relationid": 1,
"Employeeid": 1,
"BSN": "sample string 1",
"Firstname": "sample string 2",
"Lastname": "sample string 3",
"Lookupname": "sample string 4",
"Prefix": "sample string 5",
"Gender": 1,
"Dateofbirth": "2026-05-26T21:07:27.7898024+02:00",
"Accessuserid": 1,
"Dateofremoval": "2026-05-26T21:07:27.7898024+02:00",
"Registrationnumber": "sample string 6",
"Windowsusername": "sample string 7",
"Emailaddresses": "sample string 8",
"Accessusername": "sample string 9",
"Mobilephonenumbers": "sample string 10"
},
{
"$ref": "1"
}
]