APIBoardsFiltered
Get boards with advanced filters and pagination
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
}
}