Attributes for the facet info request, specifying which facet to query and optional filters to apply.

Hierarchy

  • FacetInfoRequestDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
facetId: string

The identifier of the facet attribute to retrieve value information for.

limit: number

Maximum number of facet values to return in the response.

Query-based search configuration for filtering the audience context when retrieving facet values.

Term-level search configuration for filtering facet values by an exact or partial term match.

Generated using TypeDoc