Get all boards where board_folder_id

Hello All,

Is there a query to get all boards by board_folder_id?
or do i need to loop through all boards en than filter by board_folder_id?

Thanks.

Hello, @Tieme.

As per documentation, boards’ queries can’t receive board_folder_id argument, so it looks like you need to loop through all boards en then filter by board_folder_id.