Boards
Boards (post categories) organize feedback into distinct containers with their own settings.
List all boards
client.feedback.boards.list(BoardListParams { featurebaseVersion } params?, RequestOptionsoptions?): BoardListResponse { id, access, createdAt, 7 more }
GET/v2/boards
Get a board by ID
client.feedback.boards.retrieve(stringid, BoardRetrieveParams { featurebaseVersion } params?, RequestOptionsoptions?): Board { id, access, createdAt, 7 more }
GET/v2/boards/{id}
ModelsExpand Collapse
Board { id, access, createdAt, 7 more }
Board { id, access, createdAt, 7 more }
icon: EmojiIcon { type, value } | PredefinedIcon { type, value } | URLIcon { type, value } | nullThe board’s icon. Can be one of three types:
- emoji: A single emoji character (e.g., 💡, 🚀, ⭐)
- icon: A predefined icon from the built-in library (e.g., lightbulb, bug, star)
- url: A custom image URL (HTTPS required)
Can be null if no icon is set.
icon: EmojiIcon { type, value } | PredefinedIcon { type, value } | URLIcon { type, value } | null
The board’s icon. Can be one of three types:
- emoji: A single emoji character (e.g., 💡, 🚀, ⭐)
- icon: A predefined icon from the built-in library (e.g., lightbulb, bug, star)
- url: A custom image URL (HTTPS required)
Can be null if no icon is set.
icon: EmojiIcon { type, value } | PredefinedIcon { type, value } | URLIcon { type, value } | nullThe board’s icon. Can be one of three types:
- emoji: A single emoji character (e.g., 💡, 🚀, ⭐)
- icon: A predefined icon from the built-in library (e.g., lightbulb, bug, star)
- url: A custom image URL (HTTPS required)
Can be null if no icon is set.
icon: EmojiIcon { type, value } | PredefinedIcon { type, value } | URLIcon { type, value } | null
The board’s icon. Can be one of three types:
- emoji: A single emoji character (e.g., 💡, 🚀, ⭐)
- icon: A predefined icon from the built-in library (e.g., lightbulb, bug, star)
- url: A custom image URL (HTTPS required)
Can be null if no icon is set.