Board
Board represents a single board entry in the catalog.
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.
Board
{
"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"
}