v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
EmployeeUpdates > Summary

Reads all Summaries

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

get/api/2026-07-01/resources/employee_updates/summaries

Query parameters

ids[]string[]

retrieve only the employee updates that matches the ids passed in the request.

retrieve only the employee updates that matches the ids passed in the request.

[
  "1",
  "2",
  "3"
]
employee_ids[]string[]

retrieve only the employee updates assigned to any employee specified in the request.

retrieve only the employee updates assigned to any employee specified in the request.

[
  "1",
  "2",
  "3"
]
legal_entities_ids[]string[]

retrieve only the employee updates assigned to any legal entity specified in the request.

retrieve only the employee updates assigned to any legal entity specified in the request.

[
  "1",
  "2",
  "3"
]
type[]string[]

filter employee 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

filter employee 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

starts_onstring

filter employee updates that started later the given param.

Example:2024-06-06

filter employee updates that started later the given param.

ends_onstring

filter employee updates that started before the given param.

Example:2024-06-06

filter employee updates that started before the given param.

Response

OK