Initializing help system before first use

arrayFilter

Type: arrayFilter
Namespace: http://fico.com/xpress/insight/rest/v1

A filter that can be applied to an array that specifies which keys are to be kept.

This filter can specify for each index set the values that should be kept. When the array is filtered, it keeps only the elements with keys that contain values defined in this filter. If an index set is not specified then it is not filtered; all values are allowed.

Example JSON

{ "filterId" : "...", "entityName" : "...", "indexFilters" : [ { "..." : ... }, { } ] }