---
title: "Get note"
method: GET
path: "/api/v1/user/notes/{id}"
tags: ["User"]
---

# Get note

`GET /api/v1/user/notes/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Note

- UserNote — Private note visible only to its authenticated owner.
  - `id` integer
  - `user_id` integer
  - `target_type` string
  - `target_id` string
  - `title` string
  - `body` string
  - `pinned` union
    - integer
    - boolean
  - `created_at` string
  - `updated_at` string

---

[API](https://skmtc.net/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.net/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/versions/996f96a11758/schema)
