Typed access
Board operations are reached via client.Api.Board on EksoClient.
Operations
| Method | Route | Summary |
|---|---|---|
GET | /api/board | Lists all boards visible to the current user. |
GET | /api/board/portfolio | Returns a portfolio-level summary across all boards: aggregate metrics and per-board health, financials, item counts, cycle counts, and status distribution. |
GET | /api/board/stats | Returns item count statistics grouped by board. |
GET | /api/board/{id} | Retrieves a single board by ID. |
POST | /api/board | Creates a new board. |
PUT | /api/board/{id} | Updates an existing board. |
DELETE | /api/board/{id} | Deletes a board by ID. |