curl --location 'https://saas-open.vhall.com/v3/data-center/user-watch-data-realtime' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=128725936' \
--data-urlencode 'start_time=2026-06-25' \
--data-urlencode 'end_time=2026-06-26' \
--data-urlencode 'switch_id=0' \
--data-urlencode 'service_names=1' \
--data-urlencode 'pos=0' \
--data-urlencode 'limit=10' \
--data-urlencode 'merge_type=1' \
--data-urlencode 'sort=1' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"msg": "操作成功!",
"code": 200,
"data": {
"total": 3,
"list": [
{
"id": "7709845696021290611",
"join_time": "2026-06-24 10:57:55",
"email": "tingyan.liao@example.com",
"watch_duration_sec": 150,
"ip": "1.119.193.36",
"nick_name": "廖停雁",
"watch_times": 1,
"third_account_id": ""
},
{
"id": "3785701507890271034",
"join_time": "2026-06-24 10:54:03",
"email": "changqing.xu@example.com",
"watch_duration_sec": 390,
"ip": "1.119.193.36",
"nick_name": "徐长卿",
"watch_times": 1,
"third_account_id": ""
},
{
"id": "5567409208930363535",
"join_time": "2026-06-24 10:55:44",
"email": "rui.hou@example.com",
"watch_duration_sec": 330,
"ip": "1.119.193.36",
"nick_name": "侯瑞",
"watch_times": 1,
"third_account_id": ""
}
]
},
"request_id": "17ce5fe0e4674d7a98b46383bd167178.508.17822811148382415"
}