Hi there, I am using the Content Delivery API in a Headless setup. In that context, I am trying to filter on a BlockListLevel, which is a property of a Document Type, that I am querying in one request. To precise, I have a DocumentType, with several properties (title, description etc), including a property called “sections” which is a BlockList, containing multiple BlockListItems.
When I request the full document type I want to filter out certain BlockListItems, based on a property “segment”, which is set on each of these BlockListItems.
Using the standard Content Delivery API, it is, to my understanding, not possible to filter out nested content in one single request? Maybe someone has accomplished this in another way?