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

# GET /api/clinical_note_field_values_list

`GET /api/clinical_note_field_values_list`

Retrieve or search clinical note values (soap notes) in batches. Results returned in order of ID or by updated_at.

## Query parameters

- `uuid` string

## Response `200`

OK

- object — Paginated Result
  - `status` string — Status of the request. Possible values are "Complete" or "In progress".
  - `pagination` object — information on the total pages, current page and total count.
    - `count` unknown
    - `pages` unknown
    - `page` unknown
  - `results` SoapNoteLineItemFieldValue[] — result data. only presented when the status is "Complete"
    - `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
  - `uuid` string — UUID of the batch of patients.

## Other responses

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

---

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