---
title: "Gets all Attachments for a candidate"
method: GET
path: "/Entity/CandidateAttachments"
tags: ["Entity"]
---

# Gets all Attachments for a candidate

`GET /Entity/CandidateAttachments`

Results are ordered by date attached in descending order

## Query parameters

- `candidateId` integer, required
- `attachmentTypeId` integer, nullable
- `returnContent` boolean

## Response `200`

OK

- CandidateAttachmentResult[]
  - `Id` integer
  - `Name` string
  - `FileExtension` string
  - `AttachmentTypeId` integer
  - `Attached` string, date-time
  - `Content` string, byte, nullable

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound

---

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