CheckListItems
Lists all items found on checklists.
Table Specific Information
Select
The add-in will use the Trello API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the driver. For example, the following query is processed server-side:
SELECT * FROM CheckListItems WHERE CheckListId = '58e2018031e2b8e881b89b4g' SELECT * FROM CheckListItems WHERE CardId = '58e34da8446e578ac1bbb03b'
Columns
Name | Type | Description |
CheckListItemId [KEY] | String | The Id of the item. |
CheckListId | String | The Id of the checklist. |
Name | String | The name of the item. |
State | String | The state of the item. |
DueDate | Datetime | The due date of the item. |
MemberId | String | The due date of the item. |
CardID | String | The Id of the card referencing the checklist. |
BoardID | String | The Id of the Board referencing the card with the checklist. |