POST Api/Service/Member/SearchHistorys/{PageNumber}/{PageSize}
历史搜索
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PageNumber |
页数 |
integer |
Required |
PageSize |
页大小 |
integer |
Required |
Body Parameters
搜索模型
SpeedPower.Utility.Models.Project.Orders.Service.Setting.SearchHistoryModelName | Description | Type | Additional information |
---|---|---|---|
Creater |
操作人 |
string |
String length: inclusive between 0 and 128 |
HistoryType |
导入/导出历史类型 |
SpeedPower.Utility.Models.Untility.Datas.Enums.MemberHistoryType |
None. |
MinDateTime |
最小查询时间 |
date |
None. |
MaxDateTime |
最大查询时间 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Creater": "sample string 1", "HistoryType": 0, "MinDateTime": "2024-12-24T02:43:17.7162241+08:00", "MaxDateTime": "2024-12-24T02:43:17.7162241+08:00" }
Response Information
Resource Description
历史搜索
SpeedPower.Utility.Models.Helper.ResultDataGridOfSystem.Collections.Generic.IEnumerableOfSpeedPower.Utility.Models.Project.Orders.Service.Setting.GetHistoryModelName | Description | Type | Additional information |
---|---|---|---|
RowsCount | integer |
None. |
|
Contents | Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetHistoryModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowsCount": 1, "Contents": [ { "ID": "70f53398-4211-470f-9a56-f56322d357a7", "CompanyId": "sample string 2", "HistoryType": 0, "Total": 3, "FileName": "sample string 4", "Creater": "sample string 5", "Time": "2024-12-24T02:43:17.7162241+08:00" }, { "ID": "70f53398-4211-470f-9a56-f56322d357a7", "CompanyId": "sample string 2", "HistoryType": 0, "Total": 3, "FileName": "sample string 4", "Creater": "sample string 5", "Time": "2024-12-24T02:43:17.7162241+08:00" } ] }