POST Api/ReportExportHistory/GetReportExportHistoryList
Request Information
URI Parameters
None.
Body Parameters
RptExportHistoryPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | RprtExportHistorySearchCond |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": {
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"ExportBy": "db19c52e-ed13-4e5f-9753-18760076ef9f",
"ExportAccount": "sample string 1",
"ExportFromDt": "sample string 2",
"ExportToDt": "sample string 3",
"ReportType": 0
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfReportExportHistoryView| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of ReportExportHistoryView |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPage": 1,
"TotalRecord": 1,
"Data": [
{
"Id": "5705a035-67a3-4bf3-aee8-6446e2c55f57",
"ExportAccount": "sample string 2",
"ExportBy": "d09d5393-b04f-422b-b4dd-2cbb75cc84d7",
"ExportDate": "2026-06-15 12:47:17",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
},
{
"Id": "5705a035-67a3-4bf3-aee8-6446e2c55f57",
"ExportAccount": "sample string 2",
"ExportBy": "d09d5393-b04f-422b-b4dd-2cbb75cc84d7",
"ExportDate": "2026-06-15 12:47:17",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}