---
title: "Get candidate notes"
method: GET
path: "/candidates/{candidateId}/notes"
tags: ["Candidate API:Notes"]
---

# Get candidate notes

`GET /candidates/{candidateId}/notes`

## Path parameters

- `candidateId` integer, required

## Query parameters

- `NoteId` string[]
- `Type` string[]
- `Reference` string[]
- `CreatedAt` string[]
- `UpdatedAt` string[]
- `Sort` string[]
- `Fields` string[]
- `Offset` integer
- `Limit` integer

## Response `200`

List of notes for the specified candidate

- NoteListRepresentation
  - `items` NoteSummaryModel[], nullable
    - `noteId` string, uuid, required
    - `type` string, nullable
    - `textPartial` string, nullable
    - `reference` string, nullable
    - `readonly` boolean — This note cannot be updated
    - `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
    - `updatedBy` 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
    - `updatedAt` string, date-time, nullable
  - `totalCount` integer, required
  - `links` PageLinks
    - `first` string, uri, nullable
    - `prev` string, uri, nullable
    - `next` string, uri, nullable
    - `last` string, uri, nullable

---

[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/versions/9f43f6a6ee6e/schema)
