Filter Query: Exists Filter
Content Items where in the Layer Corporate Events are tagged (_refId exists).
{
"kind": "NestedFilter",
"path": "corporateLayer.events",
"filter": {
"kind": "ExistsFilter",
"field": "corporateLayer.events._refId"
}
}
Basic Filter
Show all content where a specific field exists in the metadata profile or content profile.
{
"kind": "ExistsFilter",
"field": "corporateInformation.copyright"
}
Properties
kind | Discriminator, string, required |
field | The field's name to execute the filter on. It is composed of the field ids of the hierarchy joined with "." (i.e. personLayer.address.street).
|
Examples
Show content with the copyright field available, therefore the admin knows which images have copyright information and which content needs to be checked for correct copyright information.