CardChecklists
Lists all checklists that have been created.
Table Specific Information
Select
The 本製品 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 CardCheckLists WHERE BoardId = '4e99eb7aa9897361bc22e6ce' SELECT * FROM CardCheckLists WHERE CardId = '5cd4655f9c12a516f688b296'
Columns
Name | Type | ReadOnly | Description |
CheckListId [KEY] | String | True |
The Id of the checklist. |
Name | String | False |
The name of the checklist. |
Position | Double | False |
The position of the checklist. |
CardID | String | False |
The Id of the card with the checklist. |
BoardID | String | True |
The Id of the board referencing the card with the checklist. |