Get quiz translation
GET
https://api.eu-west-1.aworld.cloud/app/v1/quizzes/{quizId}/translation
Quizzes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/quizzes//translation'
Response Response Example
{
"quizId": "string",
"lang": "string",
"opt1": "string",
"opt2": "string",
"opt3": "string",
"opt4": "string",
"question": "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