StaticFilter

StaticFilter
StaticFilter

Static filters

JSON Example
{
    "additional_value": {},
    "display_name": "string",
    "info_text": "string",
    "short_display_name": "string",
    "value": "string"
}
object
additional_value
Optional

An additional key-value pair for static filter.

string
display_name
Optional
Constraints: maxLength: 1024

display name to be shown in the drop down for static filter.

string
info_text
Optional

Additional information to be shown along with the static filter. It will shown on the tooltip of an info icon,

string
short_display_name
Optional
Constraints: maxLength: 1024

Property value is shown in the drop down input box for a filter. If the value is not provided 'display_name' property value is used.

string
value
Optional

Value of static filter inside dropdown filter.