应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 否 | — | — |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"anchor_id": "0225376",
"index": 0,
"chat_id": "cidzZ7txxxx",
"feed_id": "c16a6277-a538-466xxxx",
"page_size": 10
}
curl --location --request POST 'http://127.0.0.1/topapi/planetom/feeds/watchdata/get?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"anchor_id": "0225376",
"index": 0,
"chat_id": "cidzZ7txxxx",
"feed_id": "c16a6277-a538-466xxxx",
"page_size": 10
}'
{
"result": {
"viewer_watch_details": [
{
"play_record_duration": 0,
"play_live_duration": 0,
"userid": "string"
}
],
"has_finish": 0
},
"success": true,
"errcode": 0,
"errmsg": "string"
}