Bridge Training
APIBoardsFiltered

Get boards with advanced filters and pagination

POST
/api/boards/filtered

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/api/boards/filtered" \  -H "Content-Type: application/json" \  -d '{    "sharingMode": "all",    "filterParams": {}  }'
{
  "boards": [
    {}
  ],
  "pagination": {
    "totalCount": 0,
    "totalPages": 0,
    "currentPage": 0,
    "pageSize": 0
  }
}