Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/project/public-project.controller.ts
Get documents for a specific audience
Endpoint
GET /public/p/:slugWithId/audiences/:audienceSlug/documents
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
slugWithId | path | string | ✓ | Project slug with URL ID (format: {slug}-{urlId}) |
audienceSlug | path | string | ✓ | Audience slug (lowercase) |
version | query | string | - | |
lang | query | string | - |
Referenced By
PublicProjectController(MODULE_DECLARES)
Was this page helpful?