---
title: "Information on vacation balance of employee"
method: GET
path: "/employees/{id}/vacation/balance"
tags: ["Absence balance"]
---

# Information on vacation balance of employee

`GET /employees/{id}/vacation/balance`

## Path parameters

- `id` integer, required

## Headers

- `token` string, required
- `personal-token` string, required

## Response `200`

ОК

- EmployeeVacationBalanceSingleResponse — Information on vacation balance of employee
  - `result` object
    - `available_days` string
  - `error` boolean
  - `code` integer
  - `messages` string[]

## Other responses

- `403` — Forbidden
- `422` — Invalid request parameters

---

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