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/019ef461-17e3-7eaa-80ab-97169442e532/answers?main=true&best=true&createDateFrom=2026-09-15T14%3A30%3A00.123456+0300&createDateTo=2026-09-15T14%3A30%3A00.123456+0300&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",
"createDate": "2026-09-15T14:30:00.123456+0300",
"main": true,
"best": true,
"points": {
"current": 8,
"max": 10
},
"data": {
"text": "Инкапсуляция скрывает состояние объекта."
}
}
],
"pagination": {
"count": 1,
"total": 1,
"perPage": 20,
"page": 1,
"pages": 1
}
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}