---
title: "contacts/notes"
method: GET
path: "/contacts/notes"
tags: ["Contact Notes Endpoints"]
---

# contacts/notes

`GET /contacts/notes`

This endpoint is used to look up all the notes associated with the given contact.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ContactID` string, required
- `NoteID` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Notes` object — Collection note records
    - `0` object
      - `NoteID` string — The ID associated with the note record
      - `Notes` string — The note
      - `DateAdded` string, date-time — This timestamp indicates when the note record was added.
      - `LastModified` string, date-time — This timestamp indicates when the note record was last modified.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
