Entity Search Conditions
Contains search conditions object description and condition types. Search conditions used to search and filter list of certain entities by built-in and/or custom fields.
Search conditions object
[
{
"type": "and",
"conditions": [
{
"type": "or",
"conditions": [
{
"type": "eq",
"field": "18",
"value": 1111
},
{
"type": "contains",
"field": "27",
"value": "qqq"
}
]
},
{
"type": "contains",
"field": "label",
"value": "who"
}
]
}
]Condition Types
AND Condition
OR Condition
NOT Condition
NUMBER EQUALS Condition
CONTAINS STRING Condition
IN Condition
TIMESTAMP IN THE PERIOD Condition
Last updated
Was this helpful?