---
title: "Find work types"
method: GET
path: "/worktypes"
tags: ["Work Type API:Work Types"]
---

# Find work types

`GET /worktypes`

## Query parameters

- `WorkTypeId` integer[]

## Response `200`

List of work types

- WorkTypeListRepresentation
  - `items` WorkTypeModel[], nullable
    - `workTypeId` integer, required
    - `name` string, required
    - `ratePer` 'Hour' | 'Day' | 'Week' | 'Month' | 'Year', string
  - `links` ModelLinks
    - `self` string, uri, nullable

---

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