Skip to content

ColumnFilter

Input Fields
values
[String]
List of string values to filter by (logical OR).
notValues
[String]
List of string values to exclude (logical AND NOT).
Request sample
{ "values": [ "Example String" ], "notValues": [ "Example String" ] }