Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/project/public-project.controller.ts
Get related ("See also") documents for a published document
Endpoint
GET /public/p/:slugWithId/related
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
slugWithId | path | string | ✓ | Project slug with URL ID |
doc | query | string | - | Current document slug |
audience | query | string | - | Audience slug |
version | query | string | - | |
lang | query | string | - |
Referenced By
PublicProjectController(MODULE_DECLARES)
Was this page helpful?