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

NameDescriptionTypeAdditional 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

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDynamicDataController.EmployeesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers">
  <DynamicDataController.EmployeesResult />
  <DynamicDataController.EmployeesResult />
</ArrayOfDynamicDataController.EmployeesResult>