Skip to content

Filters

Rishabh edited this page Jun 21, 2014 · 12 revisions

Following filters are currently provided.

Between This filter is applicable for numeric data types. Filter structure -

{
    "field" : field_name,
    "from" : start_value,
    "to" : end_value
}