v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
EmployeeUpdates > Termination

Reads a single Termination

This endpoint can be used to retrieve a list of termination employee updates.

get/api/2026-07-01/resources/employee_updates/terminations/{id}

Path parameters

idstring required

filter by termination incidence ids.

Response

OK

idstring required

ID of the termination

statusstring required

Status of the termination

employee_idstring required

Employee ID

terminated_onstring

Date terminated on

contract_end_datestring

End date of contract (employment end). Users can still have have access to Factorial after this date. To revoke access, use the terminated_on field.

termination_reasonstring

Reason for the termination

termination_observationsstring

Observations about the termination

legal_entity_idstring

Legal entity ID

termination_reason_typestring

Termination reason type

termination_type_descriptionstring

The description of the termination type.

Example response

{
  "id": "1",
  "status": "to-do",
  "employee_id": "1",
  "terminated_on": "2020-01-01",
  "contract_end_date": "2020-01-01",
  "termination_reason": "Fired",
  "termination_observations": "none",
  "legal_entity_id": "1",
  "remaining_holidays": [
    {
      "name": "Vacaciones restantes",
      "available_days": "0 días laborables"
    }
  ],
  "termination_reason_type": "company",
  "termination_type_description": "Baja voluntaria/Dimisión"
}