Lists in Trello contain cards. A card belongs to exactly one list.
Get all boards and cards on Trello for a given user.
Add a new card to a Trello list.
List of Trello actions, with metadata field for pagination
Attachments on a card
Pieces of information about the card that are displayed on the front of the card.
"badges": { "votes": 0, "viewingMemberVoted": false, "subscribed": true, "fogbugz": "", "checkItems": 0, "checkItemsChecked": 0, "comments": 1, "attachments": 2, "description": true, "due": null, "dueComplete": false }
Board the card is on.
No description
Cards can have zero or more checklists on them.
Whether the card is closed (archived). Note: Archived lists and boards do not cascade archives to cards. A card can have closed: false but be on an archived board.
The datetime of the last activity on the card.
Note: There are activities that update dateLastActivity that do not create a corresponding action. For instance, updating the name field of a checklist item on a card does not create an action but does update the card and board's dateLastActivity value.
The description for the card. Up to 16384 chars.
If the description has custom emoji, this field will provide the data necessary to display them.
"descData": { "emoji": { "morty": "https://trello-emoji.s3.amazonaws.com/556c8537a1928ba745504dd8/f40ea4f5ecea8443875c27986760d8b3/tumblr_nszc7944yh1uccyhso1_1280.png" } }
The due date on the card, if one exists
Whether the due date has been marked complete
The id of the card
The id of the attachment selected as the cover image, if one exists
The id of the board the card is on
An array of checklist ids that are on this card
An array of label ids that are on this card
The id of the list the card is in
An array of member ids that are on this card
An array of member ids who have voted on this card
Numeric id for the card on this board. Only unique to the board, and subject to change as the card moves
Array of label objects on this card
List the card is on.
Whether the card cover image was selected automatically by Trello, or manually by the user
A Trello user.
Members that voted on the card
Name of the card
Position of the card in the list
The 8 character shortened id for the card
URL to the card without the name slug
Stickers on the card
Whether this member is subscribed to the card
Full URL to the card, with the name slug
Actions are generated whenever an action occurs in Trello. For instance, when a user deletes a card, a deleteCard action is generated and includes information about the deleted card, the list the card was in, the board the card was on, the user that deleted the card, and the idObject of the action.
Relevant information regarding the action
No description
List of Trello cards, with metadata field for pagination
Cards can have zero or more checklists on them.
No description
No description
No description
No description
The root for Trello.
No description