Skip to main content

The Board object

Boards allows you to keep track of tasks and assign responsibilities with ease. Collaborate with your team and clients and allow them to assign tasks, report statuses, and post updates on shared kanban boards.

Attributes

archived_at
nullable string
Time at which the board was archived.
created_at
string
Time at which the board was created.
id
string
Unique identifier for the board.
title
string
Title of the board.
updated_at
string
Time at which the board was last updated.
visibility
enum
Visibility of the board. One of private, internal, shared.
The Board object
{
"archived_at": null,
"created_at": "2024-03-21T07:32:03+00:00",
"id": "tskb_5e22e833684835b70ea85e45",
"title": "The board title",
"updated_at": "2024-03-21T07:32:03+00:00",
"visibility": "internal"
}