Quiz
Retrieve the list of quiz attempts
GET
/
api
/v1
/quiz
/attempts
Authorization
Authorization
Required<token>
Please enter a valid access token
In: header
Query Parameters
quizId
string
Specify the quiz ID of the attempts to retrieve from
Default:
""
limit
integer
The maximum number of attempts to retrieve
Default:
10
Format: "int32"
offset
integer
The number of attempts to skip
Default:
0
Format: "int32"
OK