---
title: "Get the proposed number of leave hours for all employments of an employer"
method: GET
path: "/v2/providers/employers/{employerId}/leave/proposedleavehours"
tags: ["Leave"]
---

# Get the proposed number of leave hours for all employments of an employer

`GET /v2/providers/employers/{employerId}/leave/proposedleavehours`

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

Returns the numberOfHours (only in hours) calculated based on the employments working- hours/schedual 

__Note:__  The function will only work if the employment is either linked to no leave policy or linked to only leave policy(s) that use hours as the unit of leave.

Further more how the leave hours are calculated can be managed in the leave policy with the `applyLeaveSchedule` and `working hours` resource with the field `calculateUsingWorkPattern.leaveHours` The order is as follows. If calculateUsingWorkPattern.leaveHours is true the work patern from workinghours is used otherwise if applyLeaveSchedule is set to true the `leavePattern` is used otherwise the workinghours are used

## Path parameters

- `employerId` string, uuid, required

## Query parameters

- `startDate` string
- `endDate` string
- `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)
