---
title: "List All Notes"
method: GET
path: "/Advertisers/{AccountSID}/Campaigns/{CampaignId}/Notes"
tags: ["Notes"]
---

# List All Notes

`GET /Advertisers/{AccountSID}/Campaigns/{CampaignId}/Notes`

Returns a list of notes for a specific campaign, with options for filtering by partner and date.

## Path parameters

- `AccountSID` string, required
- `CampaignId` integer, required

## Query parameters

- `MediaId` integer
- `StartDate` string, date-time
- `EndDate` string, date-time

## Response `200`

A paginated list of note objects.

- object
  - `Notes` Note[] — The list of note objects.
    - `Id` integer — The unique identifier for the note.
    - `MediaId` integer — The unique identifier of the partner this note is about.
    - `MediaName` string — The display name of the partner this note is about.
    - `Creator` string — The name of the user who created the note.
    - `CreationDate` string, date-time — The date and time the note was created.
    - `ModificationDate` string, date-time — The date and time the note was last modified.
    - `Content` string — The plaintext content of the note.
    - `Type` 'EMAIL' | 'IM' | 'NONE' | 'PHONE'
    - `Attachments` string[] — URIs of file attachments associated with the note.
    - `Uri` string, uri-reference — The unique reference to this note in the impact.com API.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
