---
title: "Find candidate attachments"
method: GET
path: "/candidates/{candidateId}/attachments"
tags: ["Candidate API:Attachments"]
---

# Find candidate attachments

`GET /candidates/{candidateId}/attachments`

## Path parameters

- `candidateId` integer, required

## Query parameters

- `Type` CandidateAttachmentType[]
- `Category` string[]
- `Latest` boolean
- `Offset` integer
- `Limit` integer

## Response `200`

List of candidate attachments matching the specified criteria

- CandidateAttachmentListRepresentation
  - `items` CandidateAttachmentModel[], nullable
    - `attachmentId` integer
    - `type` 'Other' | 'Resume' | 'CoverLetter' | 'FormattedResume' | 'Screening' | 'Check' | 'Reference' | 'License', string
    - `category` string, nullable
    - `fileName` string, nullable
    - `fileType` string, nullable
    - `expiry` string, date, nullable — Optional expiry date as listed on the document, e.g. a license expiry date
    - `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, nullable
    - `candidateId` integer, 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)
