---
title: "Retrieve a vacation pay setting"
method: GET
path: "/vacation_pay_settings/{vacation_pay_setting}"
tags: ["Vacation Pay Settings"]
---

# Retrieve a vacation pay setting

`GET /vacation_pay_settings/{vacation_pay_setting}`

## Path parameters

- `vacation_pay_setting` string, required

## Query parameters

- `expand` string[]

## Response `200`

OK

- object
  - `id` string — The unique identifier of the object in Nmbr.
  - `object` string — The type of the object in Nmbr (`"vacation_pay_setting"`).
  - `data` VacationPaySetting
    - `percentage` number
    - `vacation_pay_method` 'manual' | 'per_period'
    - `effective_from` string, date
    - `effective_to` string, date, nullable
    - `earliest_valid_effective_to` string, date, nullable
    - `is_editable` boolean — When false, only the `effective_to` attribute may be updated.
    - `is_deletable` boolean
    - `work_assignment` object
      - `id` string — The unique identifier of the object in Nmbr.
      - `object` string — The type of the object in Nmbr (`"work_assignment"`).
    - `note` string, nullable
    - `created_at` string, dateTime — The date and time the object was created in Nmbr.
    - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

---

[API](https://skmtc.net/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.net/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/versions/01cd9c45a923/schema)
