# getPublicEntity

**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#L1122)

Get a single entity with linked docs (public)

## Endpoint

`GET /public/p/:slugWithId/entity/:entityId`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ |  |
| `entityId` | path | `string` | ✓ |  |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
