---
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

## Changes

- **2026-08-28** `54661781612a` — 2 breaking
  - for the `query` request parameter `attachmentTypeId`, the type/format was changed from `integer`/`byte` to `integer`/`int32`
  - the `items/AttachmentTypeId` response's property type/format changed from `integer`/`byte` to `integer`/`int32` for status `200`

[Change history](https://skmtc.dev/vslcloud/apis/infinity-api/changes/Entity/CandidateAttachments/get.md)

---

[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)
