{
"recordId": "string",
"pageStart": 0,
"pageSize": 0
}
curl --location --request POST 'https://www.plaso.cn/dataentry/liveclass/listWatchRecordData' \
--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",
"watchRecord": 0,
"watchRecordDuration": "0",
"watchRecordProgress": "0"
}
]
}
}