Employee Requirements Object (Early Access)

The Employee Requirements Object (Early Access - please contact the Zeal team to learn more)

attributetypedescription
employeeRequirementIDstringID of the employee requirement
companyIDstringID of company
employeeIDstringID of employee
datestringDate when the requirement was created
formTemplateIDstringID of the form template
workLocationIDstringID of the work location
jurisdictionstringJurisdiction of the requirement
typestringType of requirement
statusstringStatus of requirement - OPEN or CLOSED
{
  "type": "FORM",
  "status": "OPEN",
  "workLocationID": "635ae06ac6cf7b0f2b1xxxxx",
  "jurisdiction": "KY",
  "formTemplateID": "form-ebc648e7-0b11-424a-b7fb-xxxxxxxxxxxx",
  "employeeID": "657b627deca2a90023bxxxxx",
  "companyID": "24b5b29f07924840b119c34c135xxxxx",
  "date": "2023-12-14T20:52:18.280Z",
  "employeeRequirementID": "8bafd033-55c7-4edc-b671-xxxxxxxxxxxx"
}