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": "3bb0cd50-f5be-4221-acee-881cf7759eba",
"ExportAccount": "sample string 1",
"ExportFromDt": "sample string 2",
"ExportToDt": "sample string 3",
"ReportType": 0
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "741cd9fe-6119-4a40-8c4d-481b4ed6b1e2",
"ExportAccount": "sample string 2",
"ExportBy": "92eaac8b-971c-42f6-9812-b62d1a78b905",
"ExportDate": "2025-10-28 19:02:48",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
},
{
"Id": "741cd9fe-6119-4a40-8c4d-481b4ed6b1e2",
"ExportAccount": "sample string 2",
"ExportBy": "92eaac8b-971c-42f6-9812-b62d1a78b905",
"ExportDate": "2025-10-28 19:02:48",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}