# getTree

**Kind:** API Endpoint

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

Get category tree structure for a project

## Endpoint

`GET /categories/tree/:projectId`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |
| `docVersionId` | query | `string | undefined` | ✓ |  |

## Referenced By

- `CategoryController` (MODULE_DECLARES)
