Skip to main content

The List object

Lists are created in boards. They are columns in kanban boards, or groups in table boards.

Attributes​

board
string
expandable
ID of the board where the list is located.
created_at
string
Time at which the list was created.
id
string
Unique identifier for the list.
title
string
Title of the list.
updated_at
string
Time at which the list was last updated.
The List object
{
"board": "tskb_716ac736726a47f2f243c60c",
"created_at": "2024-03-21T07:45:14+00:00",
"id": "tskl_effc45e91b837cff9b5da13a",
"title": "The list title",
"updated_at": "2024-03-21T07:45:14+00:00"
}