Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/document/document.controller.ts
Get document tree for a project
Endpoint
GET /documents/tree/:projectId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | Project ID to get document tree for |
Referenced By
DocumentController(MODULE_DECLARES)
Was this page helpful?