GET api/VideoManager/GetVideoStatisticsChart?file_name={file_name}&dept_id={dept_id}&start_create_at={start_create_at}&end_create_at={end_create_at}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| file_name | string |
None. |
|
| dept_id | integer |
None. |
|
| start_create_at | string |
None. |
|
| end_create_at | string |
None. |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfGetVideoStatisticsChartDto| Name | Description | Type | Additional information |
|---|---|---|---|
| data | GetVideoStatisticsChartDto |
None. |
|
| msg | string |
None. |
|
| code | integer |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"dateList": [
{},
{}
],
"lookList": [
{},
{}
],
"noLookList": [
{},
{}
]
},
"msg": "sample string 1",
"code": 2,
"total": 3
}
application/xml, text/xml
Sample:
<BaseResponseOfGetVideoStatisticsChartDtogLTqVTfs 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:dateList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</d2p1:dateList>
<d2p1:lookList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</d2p1:lookList>
<d2p1:noLookList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</d2p1:noLookList>
</data>
</BaseResponseOfGetVideoStatisticsChartDtogLTqVTfs>