---
title: "Get policy types"
method: GET
path: "/time-off/v1/policy-types"
tags: ["Time Off:v1:PolicyTypes"]
---

# Get policy types

`GET /time-off/v1/policy-types`

Retrieve a list of policy types associated with the account

## Response `200`

Successful Response

- APIResponseTimeOffGetPolicyTypesResponse
  - `requestId` string
  - `data` TimeOffGetPolicyTypesResponse, required
    - `policyTypes` TimeOffPolicyType[], required — List of the company policy types
      - `id` string, required — The policy type id
      - `name` string, required — The policy type name
      - `policies` TimeOffPolicy[] — List of policies within this policy type
        - `id` string, required — The policy id
        - `name` string, required — The policy name
        - `unit` string, required — The units for this policy (hours or days)
        - `accrualType` string, required — The policy accrual type: fixed, hourly, or unlimited

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/connecteam/apis/connecteam-api-documentation.md) · [All operations](https://skmtc.dev/connecteam/apis/connecteam-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connecteam/connecteam-api-documentation/revisions/d8f7f302222e/schema)
