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