Query subitems by column_value

Hi there,

In the browserinterface I can find subitems using the filter, specifying a subitems column and value.

I see, how I can query items in items_page using a ItemsQueryRule!. Is there an equivalent for querying subitems?

Right now, I have to fetch all items + subitems and filter result in our application.

Thanks a lot!

I would recommend posting this in monday Apps & Developers - monday Community Forum to get a response from the developer support team and the other app devs.

That said, you need to get the subitem board ID first, then query THAT board. See this topic for more info: Is there no way to query subitems? - #2 by codyfrisch

1 Like

Awesome - that helped!

I read about the subitems-board before, but didn’t realize, this being the very point.

THX!