---
title: "Gets all types of work."
method: GET
path: "/typeofwork"
tags: ["typeOfWork"]
---

# Gets all types of work.

`GET /typeofwork`

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Query parameters

- `showArchived` boolean
- `page` integer
- `pageSize` integer
- `orderby` string
- `filterby` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- TypeOfWork[]
  - `id` string, uuid — The id of the task type.
  - `name` string, nullable — The name of the task type.
  - `description` string, nullable — A short (max. 140 characters) description of the task type.
  - `icon` string, nullable — The icon associated with this task type.
  - `isArchived` boolean — Whether the type of work has been archived.
  - `createdOn` string, date-time — The date this entity was created.
  - `createdBy` string, uuid — The id of the user who created this entity.
  - `updatedOn` string, date-time — The date this entity was last modified.
  - `updatedBy` string, uuid — The id of the user who last modified this entity.

---

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