---
title: "Get Out of Office"
method: GET
path: "/business/v2/employees/out-of-office/{out_of_office_id}"
tags: ["Out of Office"]
---

# Get Out of Office

`GET /business/v2/employees/out-of-office/{out_of_office_id}`

Endpoint to get a specific `out_of_office` by ID.

## Path parameters

- `out_of_office_id` string, required — The `out-of-office` ID.

## Response `200`

The result is a single `out_of_office`.

- OutOfOfficeDelegation
  - `id` string — A unique identifier for this `out_of_office` entry.
  - `delegator_id` string — The ID of the person assigning the `out_of_office`.
  - `delegate_id` string — The ID of the person covering for the delegator.
  - `from_date` string, date — Defines when the out_of_office entry starts. fromDate included. (i.e. greater than or equal to) (Format:`yyyy-MM-dd`).
  - `to_date` string, date — Defines when the out_of_office entry ends. toDate included. (i.e. less than) (Format:`yyyy-MM-dd`).
  - `features` DelegationFeature[] — The features of `out_of_office`.
  - `status` 'ACTIVE' | 'EXPIRED' | 'SCHEDULED' | 'DELETED'

## Other responses

- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
