Quiz

Retrieve the list of quizzes

GET
/api/v1/quiz/list
/api/v1/quiz/list

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Query Parameters

spaceIdstring

Specify the space ID of the quizzes to retrieve from

Default: ""

limitinteger

The maximum number of quizzes to retrieve

Default: 10Format: "int32"

offsetinteger

The number of quizzes to skip

Default: 0Format: "int32"
curl -X GET "https://example.com/api/v1/quiz/list?spaceId=&limit=10&offset=0" \
  -H "Authorization: <token>"

OK