Multi-query functions
{
"query": {
"$and": [
{
"$eq": [
"templateid",
10
]
},
{
"$or": [
{
"$eq": [
"email",
"[email protected]"
]
},
{
"$eq": [
"title",
"test"
]
}
]
}
]
},
"rows": 100,
"start": 0
}Last updated
Was this helpful?

