Exists
How to use the Exists operator
The Exists
operator returns the items for which the Exists
condition is satisfied.
Allowed Children
One Attribute node
Requirements
Must have 1 attribute child
Return Type
Item Ids Set
Example: Use within a query
{
"type": "Query",
"properties": {
"dodiCode": "designInterfaces_trees"
},
"children": [
{
"type": "Exists",
"children": [
{
"type": "Attribute",
"properties": {
"attributeCode": "attributes_treesHasTpa"
}
}
]
}
]
}