---
title: "GET /api/clinical_note_field_values"
method: GET
path: "/api/clinical_note_field_values"
tags: ["Clinical"]
---

# GET /api/clinical_note_field_values

`GET /api/clinical_note_field_values`

Retrieve or search clinical note field values

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `clinical_note_field` integer
- `since` string
- `appointment` integer
- `clinical_note_template` integer
- `doctor` integer

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` SoapNoteLineItemFieldValue[] — result data
    - `clinical_note_field` integer, required — ID of `/api/clinical_note_field_types` object that indicates type of the value
    - `created_at` string
    - `updated_at` string
    - `value` string, required — Value of the field. Interpretation varies by field type. `clinical_note_field.data_type` | Value | Description ------------------------------- | ----- | ----------- `"Header"` | string | `"SubHeader"` | string | `"String"` | string | If field is single/multiple select field, make sure value presents in allowed values set. `"TwoStrings"` | string | String is seperated by `"/"` `"NullCheckbox"` | string | Can be `"0"`, `"1"`, `"2"`, `"0"`-`Not selected`, `"1"`-`No`, `"2"`-`Yes` `"Checkbox"` | string | Can be `"True"`, `"False"`
    - `appointment` integer, required — ID of appointment that the value applies to
    - `id` integer
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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