Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/boards/boards.controller.ts
Get a board with columns and (optionally) cards
Endpoint
GET /projects/:projectId/boards/:boardId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
boardId | path | string | ✓ | |
includeCards | query | string | - |
Referenced By
BoardsController(MODULE_DECLARES)
Was this page helpful?