I want to query all subitems available in my account, Since I can not directly query subitems so right now I am doing like this
{"query":"{items(page:1) {id name subitems{id name subscribers{id name} }}}"}
but the problem with this query is it will return all the items even if there is no subitems in that item, and due to pagination I need to fire this request for all the items, Is there any way that I can get only items which has subitems so that I can stop unnecessary API requests?
Query Subitems from all items and all boards
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.