Get quiz
GET
https://api.eu-west-1.aworld.cloud/app/v1/quizzes/{quizId}
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
{
"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"
}
Request
Path Params
quizId
string
required
Responses
Modified at 2025-06-25 15:15:28