---
title: "List of employment version numbers"
method: GET
path: "/v2/providers/employers/{employerId}/employees/employments/lastmodifiedversionnumbers"
tags: ["Last modified version numbers"]
---

# List of employment version numbers

`GET /v2/providers/employers/{employerId}/employees/employments/lastmodifiedversionnumbers`

__Activity name :__ <a href="https://developer.loket.nl/Activities/GetEmploymentLastModifiedVersionNumbersByEmployerId" target="_blank">GetEmploymentLastModifiedVersionNumbersByEmployerId</a>

This endpoint is similar to the GetEmployerLastModifiedVersionNumbersByUser endpoint described above. Please check out that description for required context.

In addition to the version on employer level, this endpoint allows you to check if this employment has any changes since your last synchronization. Consequently, this endpoint may be used to further decrease the amount of required calls when performing a synchronization.

As can be seen in the set of 'underlying' tables, also changes in Employee information corresponding to the Employment is reflected in the version number.

**How to use**

*Recommended usage*
* Perform all recommended steps in the description of the employer version number endpoint
* Use the exact SAME filter parameter to this endpoint. The resulting list will contain only the employment for which changes have occured since your last synchronization.

## Path parameters

- `employerId` string, uuid, required

## Query parameters

- `filter` string
- `orderBy` string
- `pageNumber` integer
- `pageSize` integer

## Headers

- `Authorization` string, required
- `Accept` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/loket-acc/apis/loket-api.md) · [All operations](https://skmtc.net/loket-acc/apis/loket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loket-acc/loket-api/revisions/b32a42be97f7/schema)
