---
title: "Gets a CV"
method: GET
path: "/Entity/CandidateCV"
tags: ["Entity"]
---

# Gets a CV

`GET /Entity/CandidateCV`

## Query parameters

- `id` integer, required
- `returnContent` boolean

## Response `200`

OK

- CandidateCVResult
  - `Id` integer
  - `CandidateId` integer
  - `Name` string
  - `FileExtension` string
  - `OnlineReference` string
  - `IsDefault` boolean
  - `IsFormatted` boolean
  - `IsCurrent` boolean
  - `Received` string, date-time
  - `Edited` 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)
