name |
string |
name of facet or value from filterPropertyName property that will be in the response of search (e.g. rating/condition and ratingCondition returns same facet) |
responseName |
string |
value which will be returned in the FacetResponse.Name property. If it is null then a default name will be returned for the current facet |
values |
string |
property that represent borders for range response |
interval |
int |
property that represent interval borders for range response |
count |
int |
count of facets in the reponse |
selectValues |
string[] |
facet values which will be returned in the response. If selectValues is set then filterValues , values or interval can't be used. If selectValues contains values then the value of count will be equals to max int (2,147,483,647) |
filterValues |
string[] |
facet values which will be returned in the response. If filterValues is set then selectValues , values or interval can't be used. If filterValues contains values then the value of count will be equals to max int (2,147,483,647) |
scope |
string |
represent type of scope which will be used for building response. Possible values: ["all", "parent", "current"] . Default value is current |
project |
string[] |
use this property to filter facet values by project. |
additionalType |
string[] |
filter facet values by their additional type |
campaignTag |
string[] |
use this property to filter facet values by campaign tag |