# getDocument

**Kind:** API Endpoint

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

Get a specific published document

## Endpoint

`GET /public/p/:slugWithId/audiences/:audienceSlug/documents/:documentSlug`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ | Project slug with URL ID (format: {slug}-{urlId}) |
| `audienceSlug` | path | `string` | ✓ | Audience slug (lowercase) |
| `documentSlug` | path | `string` | ✓ | Document slug |
| `version` | query | `string` | - |  |
| `lang` | query | `string` | - |  |
| `previewCr` | query | `string` | - |  |
| `t` | query | `string` | - |  |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
