Skip to main content

FilterValidationRequest

Request object for the filter validation endpoint.

Properties

PropertyRequiredTypeDescription
expectedIdsTrueList[String]The article IDs that are expected to be matched by the given filter.
articleFiltersFalseMap[String, String]Filters on the articles' metadata fields that restrict the scope. It works in conjunction with advancedFilter, if set. See this guide for details.
advancedFilterFalseAdvancedFilterAdvanced filter clause on the articles' metadata fields. Allows expressing complex constraints. It works in conjunction with articleFilters, if set.