---
title: "Find notes based on search parameters."
method: POST
path: "/api/notes/list"
tags: ["Note"]
---

# Find notes based on search parameters.

`POST /api/notes/list`

## Request body

- NoteRequestFindParameters — Parameters used for searching notes
  - `parentType` 'salesOrder' | 'purchaseOrder' | 'quote' | 'invoice', required — Note parent document type
  - `parentId` string, required — Filter notes by parent Id. Either 24 or 36 characters, depending on parent type

## Response `200`

List of notes matching the filters

- NoteDto[]
  - `id` string, required — Unique id associated to this entity.
  - `parentId` string, nullable — Unique identifier of the object to which the note is attached Can be 24 or 36 characters, depending on parent type
  - `parentType` 'salesOrder' | 'purchaseOrder' | 'quote' | 'invoice' — Note parent document type
  - `body` string, nullable — Note text
  - `mentions` string[], nullable — User Ids to tag in the note. Please reference /api/users endpoints.

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
