Skip to main content
Skip table of contents

Filter Query: Not Filter

Hide Stock content; Not the content with Layer Stock Info applied.

JSON
// Complete example
{
    "kind": "NotFilter",
    "filter": {
        "kind": "TermFilter",
        "field": "layerSchemaIds",
        "term": "StockInfo"  //Layer_ID capitalized
    }
}

Basic Filter

Not the provided criteria.

JSON
{
    "kind": "NotFilter",
    "filter": { filter1 }
}

Properties

kind

string, required

Filter

only one

object, required (one filter)

Not the Items with Layer Corporate Information

JSON
// Complete example
{
    "kind": "NotFilter",
    "filter": {
		"kind": "TermFilter",
		"field": "layerSchemaIds",
		"term": "CorporateInformation"  //ID_OF_LAYER capitalized
	}
}

JavaScript errors detected

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

If this problem persists, please contact our support.