---
title: "Gets all worker types"
method: GET
path: "/Reference/WorkerTypes"
tags: ["Reference"]
---

# Gets all worker types

`GET /Reference/WorkerTypes`

IsDefault will return True for the item that is set as the worker type in the Infinity Administration page

## Query parameters

- `includeInactive` boolean

## Response `200`

- WorkerType[], nullable
  - `IsActive` boolean
  - `Id` integer
  - `Name` string, nullable
  - `IsDefault` boolean
  - `IsIR35` boolean
  - `IsPAYE` boolean
  - `IsSelfBill` boolean
  - `IsUmbrella` boolean
  - `IsCIS` boolean
  - `Territory` Territory
    - `IsActive` boolean
    - `Id` integer
    - `Name` string, nullable

## Other responses

- `401` — Unauthorized

---

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