Skip to main content

I have a query to get some API data, I’m tring to query Boards.

When I filer by board id like the image bellow, te results brings the Workspace id of this board:
 


Its ok, but when I try to filter by workspace_ids like the image below, the board not in the result set:


Can someone help whit this Mistery?

The boards query has a default limit of 25. So maybe the board is not in the first set? 

 

Solutions: 

  1. Pass a bigger limit argument (easy for testing but not performant)
  2. Get the second/third/fourth page of results by using the page argument

Reply