Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Permissions to Run the Request


Any role with access to at least one project.

Request Headers and Parameters

Header

Description

Authorization (required)Access token. You can obtain a token by making a request.
Content-Type: application/json
(required)
Property for processing a request in JSON.
Accept: application/json
(required)
Property for processing a request in JSON.
ParameterDescription
quizIdsThe quiz ID
contentItemIdsThe ID of a content item: a standalone quiz, online test, survey, presentation, or scrollable course. 
parentCourseIds

The ID of the course where a quiz is located. 

A standalone quiz and a quiz inside a course can have the same quizId.

pageSizeThe number of entries per page. If not indicated, equal to 1000.
pageTokenThe token needed to continue to the next page.

...