POST api/v1/admin/Watch/Caculate?from={from}&to={to}
统计视频观看人数
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| from | 开始时间段(yyyy-mm-dd hh:mm:ss) |
Define this parameter in the request URI. |
| to | 结束时间段(yyyy-mm-dd hh:mm:ss) |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"data": [
{
"count": 1,
"label": "sample string 2"
},
{
"count": 1,
"label": "sample string 2"
},
{
"count": 1,
"label": "sample string 2"
}
],
"status": 0,
"friendlyMessage": "sample string 1",
"message": "sample string 2",
"requestId": "d43643ac8fd847a3b777f5010435de2e",
"appOwnerId": 0
}