Jump to: navigation, search

Fetch filter criteria templates

Method

GET

Syntax

GET /filter/criteria/<tenant_dbid>

Response Body

[

  {

     "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>", ...]

         },

         ...

       ]

  }

  ...

]

Notes

  • A format of the criterion definition is the same as for criteria in filter definitions.
  • value of an element is a default value in this case.
This page was last edited on October 4, 2019, at 09:57.
Comments or questions about this documentation? Contact us for support!