---
title: "Search process routes"
method: GET
path: "/v1/ProcessRoutes"
tags: ["ProcessRoutes"]
---

# Search process routes

`GET /v1/ProcessRoutes`

Search for one or more process routes.

## Query parameters

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

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsProcessRoute
  - `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` RevAppModelsProcessRoute[] — List of records returned.
    - `process_route_id` integer — Primary identifier for this route in a phase.
    - `process_phase_id` integer — Foreign identifier indicating what phase this is a part of.
    - `description` string — Short description of this route.
    - `next_process_phase_id` integer — Identifier indicating what is the next phase for this route.
    - `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)
