BoardData
BoardData contains descriptive information for a 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.
]
BoardData
{
"code": "string",
"boardCode": "string",
"texts": [
{
"text": "string",
"language": "string"
}
]
}