获取数据总览
GET
https://saas-open.vhall.com/v3/data-center/account-all-data
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://saas-open.vhall.com/v3/data-center/account-all-data?type=1&start_time=2025-06-10&end_time=2025-06-11&app_key=75844ad7a2a5f2b421c04a125b197996&sign_type=0&signed_at={% mock 'timestamp' , 's' %}&sign={{sign}}' \
--header 'platform: 15'
响应示例响应示例
{
"msg": "操作成功!",
"code": 200,
"data": {
"area": {
"total": 17,
"list": [
{
"name": "北京",
"value": 16
},
{
"name": "上海",
"value": 1
}
],
"max_number": 16
},
"trend": {
"record": [
{
"time": "2025-05-12",
"value": 5
}
],
"live": [
{
"time": "2025-05-12",
"value": 2
}
]
},
"browser": {
"list": [
{
"name": "Chrome浏览器",
"value": 16
},
{
"name": "微信浏览器",
"value": 1
}
]
},
"city_area": {
"total": 17,
"list": [
{
"city_name": "北京",
"province_name": "北京",
"cnt": 16
},
{
"city_name": "上海",
"province_name": "上海",
"cnt": 1
}
],
"max_number": 16
},
"key_data": {
"live_watch_number": 2,
"vod_watch_number": 5,
"watch_times": 17,
"watch_number": 7,
"max_onlines": 2,
"watch_duration_avg": 17.57,
"watch_duration_sec": 6897,
"webinar_count": 0,
"watch_duration": 123,
"live_and_vod_watch_number": 0,
"play_duration_sec": 396,
"watch_times_avg": 2.43
},
"device": {
"list": [
{
"name": "PC网页",
"value": 12
},
{
"name": "手机网页",
"value": 4
},
{
"name": "其他",
"value": 1
}
]
}
},
"request_id": "d3faa86c4e73433f9b52c56af65d3d2d.280.17471171329970931"
}
请求参数
Query 参数
type
integer
默认为1
示例值:
1
start_time
string
必需
示例值:
2025-06-10
end_time
string
必需
示例值:
2025-06-11
app_key
string
可选
示例值:
{{app_key}}
sign_type
string
可选
示例值:
{{sign_type}}
signed_at
string
可选
示例值:
{{signed_at}}
sign
string
可选
示例值:
{{sign}}
Header 参数
platform
integer
可选
默认值:
15
返回响应
修改于 2025-06-27 10:58:52