---
title: "GET /note/{id}"
method: GET
path: "/note/{id}"
tags: ["noteController"]
---

# GET /note/{id}

`GET /note/{id}`

## Path parameters

- `id` object, required

## Response `200`

note instance

- NoteWithRelations — (tsType: noteWithRelations, schemaOptions: { includeRelations: true })
  - `note_id` number
  - `person_id` number
  - `note_date` string, date-time
  - `note_datetime` string, date-time
  - `note_type_concept_id` number
  - `note_class_concept_id` number
  - `note_title` string
  - `note_text` string
  - `encoding_concept_id` number
  - `language_concept_id` number
  - `provider_id` number
  - `visit_occurrence_id` number
  - `visit_detail_id` number
  - `note_source_value` string
  - `note_event_id` number
  - `note_event_field_concept_id` number

## Changes

> 5 revisions in range; 1 could not be searched.

- **2022-12-15** `17f92620449e` — 1 info
  - endpoint added
- **2022-11-28** `8517ac9eef50` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ohdsi/apis/data-connection/changes/note/:id/get.md)

---

[API](https://skmtc.dev/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.dev/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ohdsi/data-connection/revisions/b5ead99a1d44/schema)
