Authorization: Bearer ********************curl --location '/admin/course-system/courses/019ef461-17e3-7eaa-80ab-97169442e532/answers?testId=019ef461-17e3-7eaa-80ab-97169442e532&testProgramId=019ef461-17e3-7eaa-80ab-97169442e532&testProgramName=%D0%98%D1%82%D0%BE%D0%B3%D0%BE%D0%B2%D0%BE%D0%B5&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=10&correctnessTo=10&pointsCurrentFrom=10&pointsCurrentTo=10&pointsMaxFrom=10&pointsMaxTo=10&createDateFrom=2026-07-30T12%3A00%3A00.000000+0300&createDateTo=2026-07-30T12%3A00%3A00.000000+0300&attemptNumber=2&attemptSentDateFrom=2026-07-30T12%3A00%3A00.000000+0300&attemptSentDateTo=2026-07-30T12%3A00%3A00.000000+0300&attemptDurationFrom=2&attemptDurationTo=2&page=1&size=20&sort=testProgram&direction=asc' \
--header 'Authorization: Bearer <token>'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {
"items": [],
"pagination": {
"count": 1,
"total": 25,
"perPage": 20,
"page": 1,
"pages": 2
}
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}