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

# View process task

`GET /v1/ProcessTasks/{id}`

Find a single process task by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsProcessTask
  - `ok` boolean
  - `process_task_id` integer — Primary identifier for this task in a phase.
  - `process_phase_id` integer — Foreign identifier indicating what phase this is a part of.
  - `name` string — Short description of this task.
  - `subject` string — Brief explanation of what is to be done.
  - `body` string — Detailed explanation of what is to be done.
  - `task_type_id` integer — Foreign identifier indicating the kind of task this is.
  - `user_assigned_to` integer — Foreign identifier indicating a user to which this task is assigned.
  - `group_assigned_to` integer — Foreign identifier indicating a group of users to which this task is assigned.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

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