v1

latestOpenAPI 3.0.12026-07-239039.8 KB
quizzes

List Quiz Responses

Returns a list of Quiz Responses for the requested quiz

get/quizzes/{quizId}/responses

Path parameters

quizIdstring uuid required

The ID of the quiz to retrieve responses for

Query parameters

limitinteger

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

lastEvaluatedstring

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

orderBystring

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

Response

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

nextUrlstring uri