You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
orclient.get_all_checklist()
to fetch all the checklist Items I haveThe text was updated successfully, but these errors were encountered: