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