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.SearchHistoryModel| Name | 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": "2025-11-01T21:50:06.8737467+08:00",
"MaxDateTime": "2025-11-01T21:50:06.8737467+08:00"
}
Response Information
Resource Description
历史搜索
SpeedPower.Utility.Models.Helper.ResultDataGridOfSystem.Collections.Generic.IEnumerableOfSpeedPower.Utility.Models.Project.Orders.Service.Setting.GetHistoryModel| Name | 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": "ee3e2db3-217a-4394-9179-85c7130e94de",
"CompanyId": "sample string 2",
"HistoryType": 0,
"Total": 3,
"FileName": "sample string 4",
"Creater": "sample string 5",
"Time": "2025-11-01T21:50:06.8737467+08:00"
},
{
"ID": "ee3e2db3-217a-4394-9179-85c7130e94de",
"CompanyId": "sample string 2",
"HistoryType": 0,
"Total": 3,
"FileName": "sample string 4",
"Creater": "sample string 5",
"Time": "2025-11-01T21:50:06.8737467+08:00"
}
]
}