Get results

Retrieve AI optimized quiz results for products (or optionally other sections).

Path Params
string
required

The id of the quiz

Query Params
string
required

Index key for the customer's product catalog

string

The section of the index to use. Defaults to products.

string

Specific quiz session id for the quiz. Session id will be automatically assigned if it is not specified.

string

Specific version id for the quiz.

string

Specific version id for the quiz. Deprecated, please use quiz_version_id instead.

string

Any number of criteria by which you'd like to narrow the result set. This might be by color, size, or category (group) an item belongs to. Facets can be used as filters. Filters with the same key are 'OR'ed together, while filters with different keys are 'AND'ed together by default. If value has the form '-', it's interpreted as a range (e.g: 'filters[Price]=100-200' will match all items with 'Price' from '100' to '200').

string

Specifies the number of results returned in each request. Defaults to 20 if not specified.

string

Specifies the page number of the result to be fetched. Defaults to 1 if not specified.

a
array of strings
required

A list of answers in the format ?a=<option_id>,<option_id>&a=<option_id> where multiple options for a single answer are supplied in the same answer parameter (separated by ",") and options for the next question are supplied in the next answer parameter.

a*
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json