Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/project/public-project.controller.ts
Get screenshot placeholders for a project
Endpoint
GET /public/p/:slugWithId/screenshots
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
slugWithId | path | string | ✓ | Project slug with URL ID |
documentId | query | string | - | Filter by document ID |
status | query | string | - | Filter by status (captured, pending, failed) |
Referenced By
PublicProjectController(MODULE_DECLARES)
Was this page helpful?