Skip to main content

api_employees

⚠️ Important: Some fields in this table will be deprecated on Wednesday, January 7th, 2025. Please review the Deprecated Fields section below and migrate to the recommended alternatives.

This table provides employee data from Simplicate.

Description

The api_employees table exposes employee information including their identifiers, names, types, and status.

Fields

Field NameTypeDescription
employee_idIntegerUnique identifier for the employee
supervisor_employee_idIntegerUnique identifier of the employee's supervisor
employeeStringFull name of the employee
employee_initialsStringEmployee initials
employee_typeStringType or category of employee (e.g., permanent, contractor, intern)
employee_statusStringCurrent status of the employee (e.g., active, inactive, terminated)

Deprecated Fields

⚠️ Deprecation Notice: The following fields will be deprecated on Wednesday, January 7th, 2025. Please migrate to the recommended alternatives.

Deprecated FieldTypeRecommended Alternative
key_employee_idIntegeremployee_id
key_supervisor_employee_idIntegersupervisor_employee_id
employee_identifierStringNo direct replacement - internal identifier
employee_nameStringemployee
initialsStringemployee_initials
statusStringemployee_status
  • api_teams_to_employees_bridge - Team memberships via employee_id
  • api_time_registrations - Time registrations via employee_id
  • api_employee_timesheet - Timesheet data via employee_id
  • api_project_assignments - Project assignments via employee_id
  • api_employee_custom_fields - Custom fields via employee_id