Skip to main content

BoardsResponse

boards object
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.

    errors object[]
  • Array [
  • codestring
    typestring

    Possible values: [CLIENT, SERVER]

    descriptionstring
  • ]
  • BoardsResponse
    {
    "boards": {
    "boards": [
    {
    "code": "string",
    "boardData": {
    "code": "string",
    "boardCode": "string"
    }
    }
    ],
    "count": 0,
    "token": "string"
    },
    "errors": [
    {
    "code": "string",
    "type": "CLIENT",
    "description": "string"
    }
    ]
    }