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

# Gets all CVs for a candidate

`GET /Entity/CandidateCVs`

Results are ordered by Received date in descending order

## Query parameters

- `candidateId` integer, required
- `returnDefaultOnly` boolean
- `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)
