調(diào)用GetLiveRoomStatistics查詢與指定直播相關(guān)的數(shù)據(jù)統(tǒng)計(jì)信息。后續(xù)計(jì)劃遷入新方案,不推薦使用。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
調(diào)試
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AppId | string | 是 | 用戶的應(yīng)用ID,在控制臺創(chuàng)建應(yīng)用時生成。包含小寫字母、數(shù)字,長度為6個字符。 | 7m***q |
LiveId | string | 是 | 直播資源的唯一標(biāo)識ID。 | b7f2****ebb3 |
返回參數(shù)
示例
請求示例
http(s)://[Endpoint]/?Action=GetLiveRoomStatistics
&AppId=7m***q
&LiveId=b7f2****ebb3
&公共請求參數(shù)
正常返回示例
JSON
格式
{
"RequestId": "FE22D613-D3C6-4A58-87CA-F21FC85AA08E",
"Result": {
"LiveId": "b7f2****ebb3",
"Status": 1,
"Uv": 100,
"Pv": 200,
"MessageCount": 500,
"StartTime": 1624259500000,
"EndTime": 1624259500000,
"WatchLiveTime": 10000000,
"LikeCount": 100,
"OnlineCount": 50
}
}
XML
格式
<GetLiveRoomStatisticsResponse>
<RequestId>FE22D613-D3C6-4A58-87CA-F21FC85AA08E</RequestId>
<Result>
<LiveId>b7f2****ebb3</LiveId>
<Status>1</Status>
<Uv>100</Uv>
<Pv>200</Pv>
<MessageCount>500</MessageCount>
<StartTime>1624259500000</StartTime>
<EndTime>1624259500000</EndTime>
<WatchLiveTime>10000000</WatchLiveTime>
<LikeCount>100</LikeCount>
<OnlineCount>50</OnlineCount>
</Result>
</GetLiveRoomStatisticsResponse>
錯誤碼
訪問錯誤中心查看更多錯誤碼。