Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/analytics/export/analytics-export.controller.ts
Generate a one-off PDF or CSV analytics export
Endpoint
POST /analytics/:projectId/export
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
format | query | `'pdf' | 'csv'` | ✓ |
Referenced By
AnalyticsExportController(MODULE_DECLARES)
Was this page helpful?