Quizzes
Merchant REST API endpoints related to Okendo Quizzes
Authorizations
AuthorizationstringRequired
Path parameters
quizIdstring · uuidRequired
The ID of the quiz to retrieve responses for
Query parameters
limitinteger · int32OptionalExample:
A limit on the number of items returned. Between 1 and 100. Default 25.
25lastEvaluatedstringOptional
The URL-encoded JSON object representing the cursor for the next page of results.
orderBystringOptionalExample:
The sort order of the quiz responses. Format: '(date) (asc|desc)'. Default 'date desc'
date descResponses
200
An object containing a list of Quiz Responses and a relative link to the next page of results if available.
application/json
400
Invalid request parameters.
application/json
401
Authentication credentials are missing or incorrect.
404
The requested resource could not be found.
application/json
get
/quizzes/{quizId}/responsesLast updated