---
title: "Get opportunity notes"
method: GET
path: "/opportunities/{opportunityId}/notes"
tags: ["Opportunity API:Notes"]
---

# Get opportunity notes

`GET /opportunities/{opportunityId}/notes`

## Path parameters

- `opportunityId` string, uuid, required

## Query parameters

- `Offset` integer
- `Limit` integer

## Response `200`

List of opportunity note

- OpportunityNoteListRepresentation
  - `items` OpportunityNoteModel[], nullable
    - `id` integer, required
    - `textPartial` string, nullable
    - `createdBy` UserNameModel
      - `userId` integer, required
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `position` string, nullable
      - `email` string, nullable
      - `phone` string, nullable
      - `mobile` string, nullable
      - `inactive` boolean
      - `deleted` boolean
    - `createdAt` string, date-time
  - `totalCount` integer, required
  - `links` PageLinks
    - `first` string, uri, nullable
    - `prev` string, uri, nullable
    - `next` string, uri, nullable
    - `last` string, uri, nullable

## Other responses

- `404` — Opportunity was not found

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
