get https://api.factorialhr.com/api/v2/resources/employee_updates/summaries
What does it do?
This endpoint can be used to retrieve a list of employee updates
.
What params does it accept?
ids
: retrieve only theemployee updates
that matches theids
passed in the request.employee_ids
: retrieve only theemployee updates
assigned to anyemployee
specified in the request.legal_entity_ids
: retrieve only theemployee updates
assigned to anylegal entity
specified in the request.starts_on
: filteremployee updates
that started later the given param.ends_on
: filteremployee updates
that started before the given param.type
: filteremployee updates
that have the given type. The supported types are: sick, parental, name, id, address, irpf, bank, residence, nationality, gender, hiring, custom-leave, termination, contract, workplace, manual_incidence, legal_entity
Is it related to other entities?
An employee update
is always related to an employee
and a legal entity
.
Who can use it?
Users with the permission to read employee updates.