GET api/Statistics/FlowOutList?CN={CN}&BDate={BDate}&EDate={EDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CN | string |
Required |
|
| BDate | string |
Required |
|
| EDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of proc_GetFlowOutList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestTime | date |
None. |
|
| CustomerName | string |
None. |
|
| ObjectName | string |
None. |
|
| FlowOutIntMB | integer |
None. |
|
| CourseUID | string |
None. |
|
| StuUID | string |
None. |
|
| RemoteIP | string |
None. |
|
| StoreSizeMB | integer |
None. |
|
| StoreSizeGB | integer |
None. |
|
| FileCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RequestTime": "2025-12-28T13:53:02.0552433+00:00",
"CustomerName": "sample string 1",
"ObjectName": "sample string 2",
"FlowOutIntMB": 1,
"CourseUID": "sample string 3",
"StuUID": "sample string 4",
"RemoteIP": "sample string 5",
"StoreSizeMB": 1,
"StoreSizeGB": 1,
"FileCount": 1
},
{
"RequestTime": "2025-12-28T13:53:02.0552433+00:00",
"CustomerName": "sample string 1",
"ObjectName": "sample string 2",
"FlowOutIntMB": 1,
"CourseUID": "sample string 3",
"StuUID": "sample string 4",
"RemoteIP": "sample string 5",
"StoreSizeMB": 1,
"StoreSizeGB": 1,
"FileCount": 1
}
]
text/xml
Sample:
<ArrayOfproc_GetFlowOutList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemLead.Project.Statistics.Models">
<proc_GetFlowOutList_Result>
<CourseUID>sample string 3</CourseUID>
<CustomerName>sample string 1</CustomerName>
<FileCount>1</FileCount>
<FlowOutIntMB>1</FlowOutIntMB>
<ObjectName>sample string 2</ObjectName>
<RemoteIP>sample string 5</RemoteIP>
<RequestTime>2025-12-28T13:53:02.0552433+00:00</RequestTime>
<StoreSizeGB>1</StoreSizeGB>
<StoreSizeMB>1</StoreSizeMB>
<StuUID>sample string 4</StuUID>
</proc_GetFlowOutList_Result>
<proc_GetFlowOutList_Result>
<CourseUID>sample string 3</CourseUID>
<CustomerName>sample string 1</CustomerName>
<FileCount>1</FileCount>
<FlowOutIntMB>1</FlowOutIntMB>
<ObjectName>sample string 2</ObjectName>
<RemoteIP>sample string 5</RemoteIP>
<RequestTime>2025-12-28T13:53:02.0552433+00:00</RequestTime>
<StoreSizeGB>1</StoreSizeGB>
<StoreSizeMB>1</StoreSizeMB>
<StuUID>sample string 4</StuUID>
</proc_GetFlowOutList_Result>
</ArrayOfproc_GetFlowOutList_Result>