{
"beginTime": 0,
"endTime": 0,
"groupId": 0,
"uniqueId": "string",
"pageStart": 0,
"pageSize": 0
}
curl --location --request POST 'https://www.plaso.cn/dataentry/statistics/listStudentExamData' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginTime": 0,
"endTime": 0,
"groupId": 0,
"uniqueId": "string",
"pageStart": 0,
"pageSize": 0
}'
{
"code": 0,
"obj": {
"total": 0,
"list": [
{
"userName": "string",
"loginName": "string",
"groupName": "string",
"title": 0,
"status": "string",
"courseName": "string",
"teacherName": "string",
"startTime": 0,
"submitTime": 0,
"score": "-1",
"errorCount": "0",
"correctness": "-1",
"answerDuration": "0"
}
]
}
}