Employee Requirements Object (Early Access)

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, CLOSED
{
  "employeeRequirementID": "8bafd033-55c7-4edc-b671-xxxxxxxxxxxx",
  "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"
}