POST AdminApi/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": "641f1c38-0c87-48f3-9fe6-0f4576804f0f",
"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": "df23a684-777f-4f9b-8033-b33264def561",
"ExportAccount": "sample string 2",
"ExportBy": "4e3d3196-c6fd-4cdb-a164-754f77ace070",
"ExportDate": "2026-04-20 09:52:46",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
},
{
"Id": "df23a684-777f-4f9b-8033-b33264def561",
"ExportAccount": "sample string 2",
"ExportBy": "4e3d3196-c6fd-4cdb-a164-754f77ace070",
"ExportDate": "2026-04-20 09:52:46",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}