Checklists are available via t.card()

Hi developers!

You can now include checklists from cards when calling t.card() from the Power-Up Client Library. To do this, pass “checklists” as a parameter, or use “all”. For example:

t.card('id', 'checklists').then((data) => console.log(data));

The returned information includes the name of the checklist, its position, and an array of the checklist items. This is similar to the results from the Checklists API.

For more information on t.card(), see Accessing Trello Data.

Our official changelog will be updated shortly with this information.

2 Likes

Awesome. That is a fantastic improvement and will save me a massive number of extra queries. Thanks so much!!!

Great! I’m very pleased to see You are reviewing your clients suggestions ! :smiley: All card’s elements are now accessible via client library tho, no more needs for API connection :partying_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.