---
title: "{{baseUrl}}/persons/:personId/chart/problems/:problemId/notes"
method: GET
path: "/persons/{personId}/chart/problems/{problemId}/notes"
tags: ["Problems"]
---

# {{baseUrl}}/persons/:personId/chart/problems/:problemId/notes

`GET /persons/{personId}/chart/problems/{problemId}/notes`

Gets a list of notes attached to a patient problem after performing additional OData query operations.

## Path parameters

- `personId` string, required
- `problemId` string, required

## Query parameters

- `$top` string, required
- `$filter` string, required
- `$orderby` string, required
- `$skip` string, required
- `$inlinecount` string, required
- `$count` string, required

## Headers

- `Accept` string, required

## Response `200`

OK

- OK89
  - `Items` Item36[], required
    - `id` string, required
    - `problemId` string, required
    - `personId` string, required
    - `note` string, required
    - `createdBy` string, required
    - `createTimestamp` string, required
    - `modifiedBy` string, required
    - `modifyTimestamp` string, required
    - `isDeleted` string, required
    - `createTimestampTimezone` string, required
    - `modifyTimestampTimezone` string, required
    - `_links` Link[], required
      - `href` string, required
      - `method` string, required
      - `rel` string, required
      - `description` string, required
      - `vendorExtensions` string, required
  - `NextPageLink` string, required
  - `Count` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/nextgen/apis/enterprise-api-uscdi-routes.md) · [All operations](https://skmtc.net/nextgen/apis/enterprise-api-uscdi-routes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextgen/enterprise-api-uscdi-routes/revisions/191e69116448/schema)
