---
title: "Get all attachment categories"
method: GET
path: "/candidates/lists/attachmentcategory"
tags: ["Candidate API:Attachments"]
---

# Get all attachment categories

`GET /candidates/lists/attachmentcategory`

## Query parameters

- `Type` CandidateAttachmentType[]

## Response `200`

List of candidate attachment categories

- CandidateAttachmentCategoryListRepresentation
  - `items` CandidateAttachmentCategoryModel[], nullable
    - `type` 'Other' | 'Resume' | 'CoverLetter' | 'FormattedResume' | 'Screening' | 'Check' | 'Reference' | 'License', string
    - `category` string, nullable
  - `links` ModelLinks
    - `self` string, uri, nullable

---

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