For example, I want to find all pages with metadata.labels.size=0 (find pages with no labels).
I would think I could do something like this:
(base URL) api/search?cql=(space=SPACEKEY and type=page)&expand=content.metadata.labels&size=0
...to try to only pull results with 0 in the size field:
But trying to force the query to only show size=0 isn't working. Is it even possible to pre-filter with these API calls, or API with CQL?