...
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. |
| Parameter | Description |
| quizIds | The quiz ID |
| contentItemIds | The 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. |
| pageSize | The number of entries per page. If not indicated, equal to 1000. |
| pageToken | The token needed to continue to the next page. |
...