githubEdit

Quizzes

Merchant REST API endpoints related to Okendo Quizzes

List Quiz Responses

get

Returns a list of Quiz Responses for the requested quiz

Authorizations
AuthorizationstringRequired
Path parameters
quizIdstring · uuidRequired

The ID of the quiz to retrieve responses for

Query parameters
limitinteger · int32Optional

A limit on the number of items returned. Between 1 and 100. Default 25.

Example: 25
lastEvaluatedstringOptional

The URL-encoded JSON object representing the cursor for the next page of results.

orderBystringOptional

The sort order of the quiz responses. Format: '(date) (asc|desc)'. Default 'date desc'

Example: date desc
Responses
chevron-right
200

An object containing a list of Quiz Responses and a relative link to the next page of results if available.

application/json
get
/quizzes/{quizId}/responses

Last updated