FilterValidationRequest
Request object for the filter validation endpoint.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
expectedIds | True | List[String] | The article IDs that are expected to be matched by the given filter. |
articleFilters | False | Map[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. |
advancedFilter | False | AdvancedFilter | Advanced filter clause on the articles' metadata fields. Allows expressing complex constraints. It works in conjunction with articleFilters, if set. |