Concepts
Concepts used in Trello BDK Book.
Trello list
A List in a Trello Board
Field Name
Description
Type
id
The id of the list
text
name
The name of the list
text
Trello card
A Card in Trello
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 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?