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

# View process

`GET /v1/Processes/{id}`

Find a single process by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsProcess
  - `ok` boolean
  - `process_id` integer — Primary identifier for this process.
  - `name` string — Short description of the process.
  - `type` 'ORDER' | 'WORKORDER' | 'TICKET' | 'REQUEST' — Indicates the area of Rev.io this process acts in.
  - `active` boolean — Indicates if this process is able to be assigned.
  - `created_date` string, date-time — Date and time this process was created.
  - `created_by` integer — Foreign identifier indicating which user created this process.
  - `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)
