获取用户观看明细(旧)
POST
https://saas-open.vhall.com/v3/data-center/report/track
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/data-center/report/track' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=658171537' \
--data-urlencode 'type=1' \
--data-urlencode 'range=0' \
--data-urlencode 'time_seq=1' \
--data-urlencode 'pos=0' \
--data-urlencode 'limit=1' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
响应示例响应示例
{
"msg": "操作成功!",
"code": 200,
"data": {
"total": 889,
"list": [
{
"id": "2044690470865732083",
"join_id": "1035706613",
"uid": "visit_v1934535695277428736",
"start_time": "2025-06-16 17:08:38",
"end_time": "2025-06-16 17:11:38",
"watch_duration": 3,
"watch_duration_sec": 180,
"play_duration_sec": 12,
"platform": "PC网页",
"ip": "1.119.193.36",
"nick_name": "fd03is",
"phone": "",
"email": "fd03is@vh.com",
"third_user_id": ""
}
]
},
"request_id": "ea588248f21a4ff58fc4293269ce9155.6864.17506685344016433"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
Body 参数application/x-www-form-urlencoded
webinar_id
string
直播ID,9位数字
示例值:
658171537
type
string
必需
示例值:
1
range
string
必需
示例值:
0
time_seq
string
可选
示例值:
1
pos
string
可选
示例值:
0
limit
string
可选
示例值:
1
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-23 08:50:19