Concepts

Concepts used in Trello book.

The following documentation is for Trello v1.1.3 (BDK).

Trello list

Lists are used to organize cards (individual tasks or pieces of information) within a board.

Field Name
Description
Type

id

The id of the list

text

name

The name of the list

text

Trello card

Cards represent individual tasks or items of information and can include details like descriptions, due dates, labels, and attachments to help organize and track work.

Field Name
Description
Type

id

The id of the card

optional[text]

name

The name of the card

text

description

The description of the card

optional[text]

short_url

The short URL of the card

optional[text]

list_id

The id of the list the card belongs to

optional[text]

Trello board

A board is a workspace for organizing and tracking tasks, projects, and information in Trello.

Field Name
Description
Type

id

The id of the board

optional[text]

name

The name of the board

text

Last updated

Was this helpful?