This page was last edited on October 4, 2019, at 09:57.
Comments or questions about this documentation? Contact us for support!
GET
GET /filter/criteria/<tenant_dbid>
[
{
"template_expression": "<filter expression template>",
"template_key": "<template expression identifier>",
"elements":
[
{
"name": "<element name>",
"value": "<element value>",
"type": "<element type>",
"label": "<element label>",
"supported_types": ["<string/date/integer>", ...]
},
...
]
}
...
]