BoardList
data object[]required
Array [
idstringrequired
typestringrequired
Constant value:
boardversionintegerrequired
Possible values: >= 1
namestringrequired
Possible values: non-empty and <= 120 characters
descriptionstring | nullnullablerequired
Possible values: <= 20000 characters
cover_colorstring | nullnullablerequired
Possible values: Value must match regular expression ^#[0-9a-f]{6}$
is_publicbooleanrequired
archived_at(string | null)<date-time>nullablerequired
created_bystringrequired
created_atstring<date-time>required
updated_atstring<date-time>required
]
page objectrequired
next_cursorstring | nullnullablerequired
has_morebooleanrequired
BoardList
{
"data": [
{
"id": "string",
"type": "board",
"version": 0,
"name": "string",
"description": "string",
"cover_color": "string",
"is_public": true,
"archived_at": "2024-07-29T15:51:28.071Z",
"created_by": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"page": {
"next_cursor": "string",
"has_more": true
}
}