Next question

Retrieve the next question given a list of answers. If no answers are specified, it will return the first question. Use a version_id to retrieve the next question for a specific version of the quiz.

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.

a
array of strings

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