---
title: "Gets an Attachment"
method: GET
path: "/Entity/CandidateAttachment"
tags: ["Entity"]
---

# Gets an Attachment

`GET /Entity/CandidateAttachment`

## Query parameters

- `id` integer, required
- `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` — 1 breaking
  - the `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/CandidateAttachment/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)
