Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/technical-docs/technical-docs.controller.ts
Get a single entity with linked documents
Endpoint
GET /technical-docs/:projectId/entity/:entityId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | Project ID |
entityId | path | string | ✓ | Entity ID from the snapshot |
Referenced By
TechnicalDocsController(MODULE_DECLARES)
Was this page helpful?