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

# View note type

`GET /v1/NoteTypes/{id}`

Find a single note type by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsNoteType
  - `ok` boolean
  - `note_type_id` integer — Primary identifier for this note type.
  - `description` string — Short description associated with the note type.
  - `order_index` integer — The order in which this note type should be displayed in a list
  - `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)
