---
title: "List Time Off Types"
method: GET
path: "/v1/timeoff/types"
tags: ["Time Off"]
---

# List Time Off Types

`GET /v1/timeoff/types`

Lists all time off types that can be used for the `timeoff_type` parameter.

**Backward compatibility:** Calling this endpoint without the `type` query parameter returns the same response as before (time off types for full-time employments). Existing integrations do not need to change.

Optionally, pass `type=contractor` to get time off types for contractor employments, or `type=full_time` for full-time employments (same as omitting the parameter).


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage timeoffs (`time_and_attendance`) | View timeoffs (`timeoff:read`) | Manage timeoffs (`timeoff:write`) |

## Query parameters

- `type` 'contractor' | 'full_time' — Optional query parameter for the List Time Off Types endpoint. - `contractor` — time off types for contractor employments (e.g. includes `time_off`). - `full_time` — time off types for full-time employments (e.g. includes `paid_time_off`). When omitted, the response is unchanged from previous API versions (full-time types).

## Headers

- `Authorization` string, required

## Response `200`

Success

- ListTimeoffTypesResponse — Time off types response
  - `data` object
    - `timeoff_types` TimeoffTypeResponse[], required — List of time off types available for the requested employment type
      - `description` string, nullable
      - `name` 'time_off' | 'sick_leave' | 'public_holiday' | 'unpaid_leave' | 'extended_leave' | 'in_lieu_time' | 'maternity_leave' | 'paternity_leave' | 'parental_leave' | 'bereavement' | 'military_leave' | 'other' | 'paid_time_off' | 'custom_company_leave' | 'rtt' | 'casual_leave' | 'rol' | 'ex_festivita', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Unprocessable Entity

---

[API](https://skmtc.dev/remote-com/apis/remote.md) · [All operations](https://skmtc.dev/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
