v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBEmployeeUpdates > PersonalChange
Reads all Personal changes
This endpoint can be used to retrieve a list of personal changes employee updates.
get/api/2026-07-01/resources/employee_updates/personal_changes
Query parameters
ids[]string[]
filter by personal change incidence ids.
filter by personal change incidence ids.
[ "1", "2", "3" ]
Response
OK
Example response
{
"data": [
{
"id": "1",
"status": "done",
"employee_id": "1",
"work_email": "ana@factorial.com",
"identifier_type": "passport",
"identifier": "QKG587532Y",
"first_name": "Ana",
"last_name": "Blanco Perez",
"gender": "female",
"date_of_birth": "1990-06-06",
"nationality": "ES",
"address_line_1": "Calle Rosalía de Castro 10, 1º 1ª",
"address_line_2": "Calle Rosalía de Castro 10, 1º 1ª",
"city": "Santander",
"state": "Cataluña",
"country": "ES",
"bank_number": "ES6220809324751871912999",
"job_title": "Software Engineer",
"workplace_id": "1"
}
]
}