Find all Components of specific types
{
"QueryFilter": {
"expression": {
"operator": "and",
"nestedExpression": [
{
"operator": "or",
"nestedExpression": [
{ "operator": "EQUALS", "property": "subType", "argument": ["http" ]},
{ "operator": "EQUALS", "property": "subType", "argument": ["rest-beta" ]},
{ "operator": "EQUALS", "property": "subType", "argument": ["wss" ]}
]
},
{ "property": "type", "operator": "EQUALS", "argument": [ "connector-action" ] },
{ "operator": "EQUALS", "property": "currentVersion", "argument": ["true" ]},
{ "operator": "EQUALS", "property": "deleted", "argument": ["false" ]}
]
}}
}
Use a custom template
Last updated
