Boards
Board Object
A Board object in the Supahub API represents a specific interactive board with attributes.
Below is the structure and type information for a Board and its nested Form Details.
id
string
The unique identifier for the Board.
name
string
The name of the Board.
slug
string
A URL-friendly identifier, often based on the name.
desc
string | null
A description of the Board.
isDefault
boolean
Indicates if this is the default Board.
isPrivate
boolean
Specifies whether the Board is private.
isCommentsDisabled
boolean
Indicates if comments are disabled on the Board.
isReadOnly
boolean
Determines if the Board is read-only.
formDetails
object
Contains details about the Board’s form (see Form Details attributes below).
createdAt
Date
The date and time when the Board was created.