Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/content-tasks/content-tasks.controller.ts
List content tasks for a project (the action queue)
Endpoint
GET /content-tasks/:projectId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | Project ID |
status | query | ContentTaskStatusDto | - | |
kind | query | ContentTaskKindDto | - | |
assigneeId | query | string | - |
Referenced By
ContentTasksController(MODULE_DECLARES)
Was this page helpful?