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": "284c2fa9e9ed4c91b2eae697aedc4b14", "appOwnerId": 0 }