| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"request": {
"cursor": 0,
"size": 10,
"data_id": "20201202"
}
}curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/videolive/detail/list?access_token=jahsdgxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"cursor": 0,
"size": 10,
"data_id": "20201202"
}
}'{
"request_id": "string",
"errcode": 0,
"errmsg": "string",
"result": {
"has_more": true,
"next_cursor": 0,
"data": [
{
"openConversationId": "string",
"group_name": "string",
"group_user_count": 0,
"live_watch_count": 0,
"live_watch_duration": "string",
"live_watch_end_time": "string",
"live_watch_start_time": "string",
"live_watch_title": "string",
"live_watch_user_count": 0,
"userid": "string",
"staff_name": "string",
"uuid": "string",
"dept_id": 0,
"dept_name": "string",
"staff_job_num": "string",
"live_watch_duration_min": "string"
}
]
}
}