Skip to content

getOne

reference
1 min readUpdated

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

ParameterInTypeRequiredDescription
projectIdpathstring
boardIdpathstring
includeCardsquerystring-

Referenced By

  • BoardsController (MODULE_DECLARES)

Was this page helpful?

Download as PDF