---
title: "Retrieve Time Off"
method: GET
path: "/hris/timeoffs/{id}"
tags: ["hris/timeoffs"]
---

# Retrieve Time Off

`GET /hris/timeoffs/{id}`

Retrieve a Time Off from any connected Hris software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedHrisTimeoffOutput

## Changes

- **2024-08-11** `04b9c7ceedbf` — 17 warning
  - removed the optional property `amount` from the response with the `200` status
  - removed the optional property `approver` from the response with the `200` status
  - removed the optional property `created_at` from the response with the `200` status
  - removed the optional property `employee` from the response with the `200` status
  - …13 more
- **2024-08-10** `f4029106f69f` — 17 info
  - added the optional property `amount` to the response with the `200` status
  - added the optional property `approver` to the response with the `200` status
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `employee` to the response with the `200` status
  - …13 more

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/hris/timeoffs/:id/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/04b9c7ceedbf?raw)
