/
Filter Query: And Filter

Filter Query: And Filter

Show Content with Layer Corporate and Event, but only images.

{ "kind": "AndFilter", "filters": [ { "kind": "TermFilter", "field": "layerSchemaIds", "term": "CorporateLayer" }, { "kind": "TermFilter", "field": "layerSchemaIds", "term": "EventLayer" }, { "kind": "TermFilter", "field": "contentSchemaIds", "term": "ImageMetadata" } ] }

Basic Filter

All the provided criteria must be met.

{ Ā Ā Ā Ā "kind": "AndFilter", "filters": [ Ā Ā Ā Ā Ā Ā Ā Ā  {Ā filter1Ā }, Ā Ā Ā Ā Ā Ā Ā Ā  { filter2 } ] }

Properties

kind

string, required

filters

one or multiple, Array of object, Nullable

Items with Layer Product Details AND Layer Product Marketing

// Complete example { "kind": "AndFilter", "filter": [{ "kind": "TermFilter", "field": "layerSchemaIds", "term": "ProductDetails" // ID of Layer, capitalized }, { "kind": "TermFilter", "field": "layerSchemaIds", "term": "ProductMarketing" // ID of Layer, capitalized } ] }



FotoWare Switzerland AG - CH-5033 Buchs - Switzerland
https://picturepark.com - support@picturepark.com
Ā© 2023 FotoWare Switzerland AG