Search by template and status
Use the below search on any of the /search endpoints to filter the results by a specific template and status.
{
"query": {
"$and": [
{
"$eq": [
"templateid",
"3"
]
},
{
"$eq": [
"statusid",
"1"
]
}
]
},
"start": 0,
"rows": 100
}
Last updated
Was this helpful?