sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

Get Checklists by Id #312

Open iqbalbasyar opened 4 years ago

iqbalbasyar commented 4 years ago

Is there a way to get (or check) the checklists items without manually iterating them through each card? For instance, I would like to have client.get_checklists(items_id) or client.get_all_checklist() to fetch all the checklist Items I have

sarumont commented 4 years ago

No, there is not currently a way to get a checklist by ID.