---
title: "TO BE REMOVED 08/18/2023 - Get a list of notes for an invoice"
method: POST
path: "/api/invoices/{invoiceId}/notes/list"
tags: ["Invoice Note"]
deprecated: true
---

# TO BE REMOVED 08/18/2023 - Get a list of notes for an invoice

`POST /api/invoices/{invoiceId}/notes/list`

> **Deprecated.**

Use root /note API instead

## Path parameters

- `invoiceId` string, required

## Response `200`

List of notes for the given invoice id

- CommonNoteDto[]
  - `body` string, nullable — Content of the note.

## Other responses

- `404` — The invoice did not exist

---

[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)
