# getVersion

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/document/document.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/document/document.controller.ts#L309)

Get a specific version of a document

## Endpoint

`GET /documents/:id/versions/:version`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `string` | ✓ | Document ID |
| `version` | path | `number` | ✓ | Version number |

## Referenced By

- `DocumentController` (MODULE_DECLARES)
