Skip to main content
Skip table of contents

Filter Query: Exists Filter

Content Items where in the Layer Corporate Events are tagged (_refId exists).

JSON
{
  "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.

JSON
{ 
  "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).

"layerId.fieldId"

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.