POST api/v1/admin/Watch/Caculate?from={from}&to={to}

统计视频观看人数

Request Information

Parameters

NameDescriptionAdditional 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": "74e66382dbde4ef581d8b2805398929f",
  "appOwnerId": 0
}