# Search by template and status

```javascript
{
    "query": {
        "$and": [
            {
                "$eq": [
                    "templateid",
                    "3"
                ]
            },
            {
                "$eq": [
                    "statusid",
                    "1"
                ]
            }
        ]
    },
    "start": 0,
    "rows": 100
}
```
