Can I retrieve all checklists from every card that I am a member of in a single API request? I am hoping to use this path:
Trello.get('members/me/cards/all/checklists', function(checklist) { ... });
Is it feasible to achieve this with just one request?