php-trello-api icon indicating copy to clipboard operation
php-trello-api copied to clipboard

get all Lists from board

Open settoger opened this issue 4 years ago • 1 comments

Can someone give me hint, how I can get all lists in a specific board? I tried $boards = $manager->getBoard($board_id)->getLists();

but this is the point where I stuck.

settoger avatar Mar 17 '21 23:03 settoger

$lists = $client->api('board')->lists()->all();

darkvovich avatar Oct 20 '21 18:10 darkvovich