$or
{
"query": {
"$or": [
{
"$eq": [
"templateid",
1
]
},
{
"$gt": [
"start_date",
"2018-03-15"
]
}
]
},
"rows": 0,
"start": 100
}Last updated
Was this helpful?

