---
title: "Search note types"
method: GET
path: "/v1/NoteTypes"
tags: ["NoteTypes"]
---

# Search note types

`GET /v1/NoteTypes`

Search for one or more note types.

## Query parameters

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

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsNoteType
  - `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` RevAppModelsNoteType[] — List of records returned.
    - `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

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