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

# View process route

`GET /v1/ProcessRoutes/{id}`

Find a single process route by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

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

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