{
"beginTime": 1707148800000,
"endTime": 1715011199999,
"groupId": 12437,
"uniqueId": "1_196640",
"pageStart": 0,
"pageSize": 30
}
curl --location --request POST 'https://www.plaso.cn/dataentry/statistics/listStudentLiveClassData' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginTime": 1707148800000,
"endTime": 1715011199999,
"groupId": 12437,
"uniqueId": "1_196640",
"pageStart": 0,
"pageSize": 30
}'
{
"code": 0,
"obj": {
"total": 0,
"list": [
{
"userName": "string",
"loginName": "string",
"groupName": "string",
"title": "string",
"teacherName": "string",
"assistantName": "string",
"classType": "string",
"classId": 0,
"startTime": 0,
"joinClassTime": 0,
"leaveClassTime": 0,
"liveConnectDuration": "0",
"classDuration": "0",
"onlineDuration": "0",
"onstageDuration": "0",
"rewardPoints": "0",
"signInCount": "0",
"raiseCount": "0",
"signInTotal": "0",
"examCorrectness": "-1",
"watchRecord": 0,
"watchRecordDuration": "0",
"watchRecordProgress": "0"
}
]
}
}