---
title: "View contact type"
method: GET
path: "/v1/ContactTypes/{id}"
tags: ["ContactTypes"]
---

# View contact type

`GET /v1/ContactTypes/{id}`

Find a single contact type by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsContactType
  - `ok` boolean
  - `contact_type_id` integer — Primary identifier for this contact type.
  - `description` string, required — Description or Name of the type.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

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

---

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