Authorization: Bearer ********************curl --location '/admin/testing-system/tests/019ef461-17e3-7eaa-80ab-97169442e532/members/019ef461-17e3-7eaa-80ab-97169442e532/attempts/019ef461-17e3-7eaa-80ab-97169442e532/questions?q=%D0%B8%D1%82%D0%BE%D0%B3%D0%BE%D0%B2%D1%8B%D0%B9&type=single-choice&status=wait_for_answer&result=correct&page=1&size=20&sort=sort&direction=asc' \
--header 'Authorization: Bearer <token>'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {
"items": [
{
"id": "019ef461-17e3-7eaa-80ab-97169442e532",
"testProgramQuestionId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"title": "Что такое инкапсуляция?",
"type": "text",
"sort": 1,
"status": "answer_final",
"result": null,
"points": {
"current": 8,
"max": 10
}
}
],
"pagination": {
"count": 1,
"total": 1,
"perPage": 20,
"page": 1,
"pages": 1
}
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}