---
title: "Returns all existing project types."
method: GET
path: "/projecttypes"
tags: ["projectTypes"]
---

# Returns all existing project types.

`GET /projecttypes`

<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

- ProjectType[]
  - `id` string, uuid — The id of the type.
  - `name` string, nullable — The name of the project type.
  - `description` string, nullable — A short (max. 140 characters) description of the project type.
  - `icon` string, nullable — The identifier of the project type icon.
  - `isArchived` boolean — Whether this type is archived. It can no longer be used to create projects, but existing projects will continue using it.
  - `isPreset` boolean — Whether this type is one of the preset types. Preset types cannot be edited.
  - `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)
