---
title: "List of wage proposals for the employments of an employer"
method: GET
path: "/v2/providers/employers/{employerId}/employees/employments/WageProposals"
tags: ["Wage proposal"]
---

# List of wage proposals for the employments of an employer

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

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

Returns a list of wage proposals for the employments of the employer.
A wage proposal is created when an employment reaches the criteria set for the next tier of wage. 
E.G the minimum wage is linked to the age of a person so a wage proposal is created 60 days befor the birthday of an employment linked to the minimum wage and configured for wage proposals.
Via this functionality the created wage proposal can be approved or rejected resulting in either a new wage record updated to reflect the correct wage or in case of a rejection the employment is disabled for wage proposals.

## 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/apis/loket-api.md) · [All operations](https://skmtc.net/loket/apis/loket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loket/loket-api/revisions/32d1693f8db8/schema)
