Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/document/document.controller.ts
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)
Was this page helpful?