---
title: "Get a note type"
method: GET
path: "/v1/noteTypes/{noteTypeId}"
tags: ["NoteTypes"]
---

# Get a note type

`GET /v1/noteTypes/{noteTypeId}`

Retrieve the details of a single note type (required scope notes:read)

## Path parameters

- `noteTypeId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadNoteTypeModel — Represents a model that holds information about a note type
  - `id` integer — The unique identifier of the note type
  - `name` string — The name of the note type
  - `defaultOwnedByUserId` integer, nullable — The default owner for notes of this type
  - `createdAt` string, date-time — The UTC timestamp of when this note type was created

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
