GET api/VideoManager/GetComprehensiveStatistics?start_create_at={start_create_at}&end_create_at={end_create_at}&page={page}&pagesize={pagesize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
start_create_at | string |
None. |
|
end_create_at | string |
None. |
|
page | integer |
None. |
|
pagesize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfPageBaseResultOfGetComprehensiveStatisticsDtoName | Description | Type | Additional information |
---|---|---|---|
data | PageBaseResultOfGetComprehensiveStatisticsDto |
None. |
|
msg | string |
None. |
|
code | integer |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "list": [ { "id": 1, "watch_time": "2024-11-25T16:29:25.1416403+08:00", "watch_time_label": "2024-11-25", "study_number": 3, "user_sum": 4, "activity_rate": "sample string 5", "total_learning_time": 6, "total_learning_time_label": "0小时0分钟6秒", "user_learning_time": 7, "user_learning_time_label": "0小时0分钟7秒", "samedaylook_video_total": 8, "sameday_user_total": 9 }, { "id": 1, "watch_time": "2024-11-25T16:29:25.1416403+08:00", "watch_time_label": "2024-11-25", "study_number": 3, "user_sum": 4, "activity_rate": "sample string 5", "total_learning_time": 6, "total_learning_time_label": "0小时0分钟6秒", "user_learning_time": 7, "user_learning_time_label": "0小时0分钟7秒", "samedaylook_video_total": 8, "sameday_user_total": 9 } ], "total": 1 }, "msg": "sample string 1", "code": 2, "total": 3 }
application/xml, text/xml
Sample:
<BaseResponseOfPageBaseResultOfGetComprehensiveStatisticsDtogLTqVTfsgLTqVTfs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI"> <code>2</code> <msg>sample string 1</msg> <total>3</total> <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LearnAPI.ViewModel"> <d2p1:list> <d2p1:GetComprehensiveStatisticsDto> <d2p1:activity_rate>sample string 5</d2p1:activity_rate> <d2p1:id>1</d2p1:id> <d2p1:sameday_user_total>9</d2p1:sameday_user_total> <d2p1:samedaylook_video_total>8</d2p1:samedaylook_video_total> <d2p1:study_number>3</d2p1:study_number> <d2p1:total_learning_time>6</d2p1:total_learning_time> <d2p1:user_learning_time>7</d2p1:user_learning_time> <d2p1:user_sum>4</d2p1:user_sum> <d2p1:watch_time>2024-11-25T16:29:25.1416403+08:00</d2p1:watch_time> </d2p1:GetComprehensiveStatisticsDto> <d2p1:GetComprehensiveStatisticsDto> <d2p1:activity_rate>sample string 5</d2p1:activity_rate> <d2p1:id>1</d2p1:id> <d2p1:sameday_user_total>9</d2p1:sameday_user_total> <d2p1:samedaylook_video_total>8</d2p1:samedaylook_video_total> <d2p1:study_number>3</d2p1:study_number> <d2p1:total_learning_time>6</d2p1:total_learning_time> <d2p1:user_learning_time>7</d2p1:user_learning_time> <d2p1:user_sum>4</d2p1:user_sum> <d2p1:watch_time>2024-11-25T16:29:25.1416403+08:00</d2p1:watch_time> </d2p1:GetComprehensiveStatisticsDto> </d2p1:list> <d2p1:total>1</d2p1:total> </data> </BaseResponseOfPageBaseResultOfGetComprehensiveStatisticsDtogLTqVTfsgLTqVTfs>