{
"recordId": "string",
"pageStart": 0,
"pageSize": 0
}
curl --location --request POST 'https://www.plaso.cn/dataentry/liveclass/listInteractiveData' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordId": "string",
"pageStart": 0,
"pageSize": 0
}'
{
"code": 0,
"obj": {
"total": 0,
"list": [
{
"userName": "string",
"loginName": "string",
"uniqueId": "string",
"groupNames": "string",
"onlineDuration": "0",
"onstageDuration": "0",
"liveConnectDuration": "0",
"raiseCount": "0",
"attend": 0,
"examCorrectness": "-1",
"joinClassTime": 0,
"leaveClassTime": 0,
"rewardPoints": 0
}
]
}
}