BoardConnection
boards object[]
Array [
codestring
boardData object
codestring
boardCodestring
]
countinteger
tokenstring
Continuation token emitted when more boards exist than the server page size. BoardsRequest has no token or maxSize field today — clients cannot page by echoing this value. Prefer filtering with query.connectionCode / query.boardCodes so the result fits in one response.
BoardConnection
{
"boards": [
{
"code": "string",
"boardData": {
"code": "string",
"boardCode": "string"
}
}
],
"count": 0,
"token": "string"
}