curl --location '/admin/testing-system/tests/019ef461-17e3-7eaa-80ab-97169442e532/answers?q=%D0%B8%D1%82%D0%BE%D0%B3%D0%BE%D0%B2%D1%8B%D0%B9&testTitle=%D0%B8%D1%82%D0%BE%D0%B3%D0%BE%D0%B2%D1%8B%D0%B9&testProgramId=019ef461-17e3-7eaa-80ab-97169442e532&testProgramName=%D1%82%D0%B5%D1%81%D1%82%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5&questionGroupId=019ef461-17e3-7eaa-80ab-97169442e532&questionGroupTitle=%D0%9E%D0%9E%D0%9F&memberId=019ef461-17e3-7eaa-80ab-97169442e532&memberName=%D0%98%D0%B2%D0%B0%D0%BD%D0%BE%D0%B2&status=ready_for_checking&questionType=text&correctnessFrom=0&correctnessTo=100&pointsCurrentFrom=0&pointsCurrentTo=10&pointsMaxFrom=0&pointsMaxTo=10&createDateFrom=2026-09-15T14%3A30%3A00.123456+0300&createDateTo=2026-09-15T14%3A30%3A00.123456+0300&attemptNumber=2&attemptSentDateFrom=2026-09-15T14%3A30%3A00.123456+0300&attemptSentDateTo=2026-09-15T14%3A30%3A00.123456+0300&attemptDurationFrom=0&attemptDurationTo=3600&page=1&size=20&sort=createDate&direction=desc' \
--header 'Authorization: Bearer <token>'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {
"items": [
{
"id": "019ef461-17e3-7eaa-80ab-97169442e532",
"testId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"testTitle": "Итоговый тест",
"testProgramId": "019ef461-39a5-70cc-a2cd-b9384e10a754",
"testProgramName": "Итоговое тестирование",
"questionGroupId": "019ef461-4ab6-71dd-b3de-ca495f21b865",
"questionGroupTitle": "Основы ООП",
"member": {
"id": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"name": "Иванов Иван Иванович",
"email": "ivanov@example.ru"
},
"status": "ready_for_checking",
"questionType": "text",
"correctness": null,
"points": {
"current": null,
"max": 10
},
"createDate": "2026-09-15T14:30:00.123456+0300",
"attempt": {
"number": 2,
"dateSentToChecking": "2026-09-15T14:30:00.123456+0300",
"duration": "PT35M12S"
}
}
],
"pagination": {
"count": 1,
"total": 1,
"perPage": 20,
"page": 1,
"pages": 1
}
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}