Get question list
Method
| Method | Description |
|---|---|
| exam.questionList | Get questions list. |
Request parameters
{
"test_id": {TestId}
}
Response parameters
[
{
"id": {QuestionId}
},
...
]
Please refer to case study update operation to get explanation of all fields.
