This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!
POST
POST /filters/<tenant_dbid>
{
"name": "<filter name>",
"public": <true/false>,
"columns": [
<column definition>,
...
],
"criteria": [
<short criterion definition>,
...
]
}
Where short criterion definition is defined as the following:
{
"template_expression": "<template_expression>",
"elements":
[
{
"name": "<element name>",
"value": "<current value>"
},
...
]
}