---
title: "Search process tasks"
method: GET
path: "/v1/ProcessTasks"
tags: ["ProcessTasks"]
---

# Search process tasks

`GET /v1/ProcessTasks`

Search for one or more process tasks.

## Query parameters

- `search.process_task_id` integer[]
- `search.process_phase_id` integer[]
- `search.name` string[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsProcessTask
  - `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` RevAppModelsProcessTask[] — List of records returned.
    - `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

- `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)
