---
title: "Search task types"
method: GET
path: "/v1/TaskTypes"
tags: ["TaskTypes"]
---

# Search task types

`GET /v1/TaskTypes`

Search for one or more task types.

## Query parameters

- `search.task_type_id` integer[]
- `search.description` string[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsTaskType
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsTaskType[] — List of records returned.
    - `task_type_id` integer — Primary identifier for this task type.
    - `description` string — Short description of this type (i.e. the name).
    - `template` string — Template used in tasktype.
    - `alarm_hours` integer — ??
    - `available_in_billCenter` boolean — Flag to allow task type in bill center
    - `subject` string — ??
    - `dueDateDays` integer — ??
    - `system_action` string — ??
    - `use_undo_task` boolean — ??
    - `is_active` boolean — ??
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

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