| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"request": {
"cursor": 0,
"size": 100,
"live_uuid": "90d34eb3-f4c1-4f7a-93cf-xxxx",
"openConversationId": "1234"
}
}curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/videolive/viewer/list?access_token=28sdas3xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"cursor": 0,
"size": 100,
"live_uuid": "90d34eb3-f4c1-4f7a-93cf-xxxx",
"openConversationId": "1234"
}
}'{
"request_id": "string",
"errcode": 0,
"errmsg": "string",
"result": {
"data": [
{
"play_duration": 0,
"play_duration_min": "string",
"play_record_duration": 0,
"play_record_duration_min": "string",
"userid": "string"
}
],
"has_more": true,
"next_cursor": 0
}
}