---
title: "View task type"
method: GET
path: "/v1/TaskTypes/{id}"
tags: ["TaskTypes"]
---

# View task type

`GET /v1/TaskTypes/{id}`

Find a single task type by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsTaskType
  - `ok` boolean
  - `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

- `404` — NotFound
- `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)
