Skip to main content

BoardConnection

BoardConnection encapsulates a set of board entries.

boards object[]

Boards returned in the current response page.

  • Array [
  • codecode (string)

    Aggregator board identifier.

    boardData object

    Rich metadata describing the board.

    codecode (string)

    Internal code used to identify the board entry.

    boardCodeboardCode (string)

    Provider-specific board code.

    texts object[]

    Localised texts describing the board.

  • Array [
  • texttext (string)

    Translated text value.

    languagelanguage (string)

    ISO 639-1 language code for the text.

  • ]
  • createdAtstring<date-time>

    Creation timestamp for the board entry.

    updatedAtstring<date-time>

    Last update timestamp for the board entry.

  • ]
  • BoardConnection
    {
    "boards": [
    {
    "code": "string",
    "boardData": {
    "code": "string",
    "boardCode": "string",
    "texts": [
    {
    "text": "string",
    "language": "string"
    }
    ]
    },
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z"
    }
    ]
    }