Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

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

Code Block
languagejson
{
  "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.

Code Block
languagejson
{ 
  "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.