List quizzes
GET
https://api.eu-west-1.aworld.cloud/app/v1/quizzes
Quizzes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/quizzes'
Response Response Example
{
"items": [
{
"quizId": "string",
"difficulty": "EASY",
"origin": "CATALOG",
"quizCatalogId": "string",
"syncWithCatalog": true,
"placement": "LEARNING",
"defaultLang": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"nextToken": "string"
}
Request
Query Params
nextToken
string
optional
limit
integer
optional
Default:
20
Responses
Modified at 2025-06-25 15:15:28