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": "5a99ff0e-38e0-46de-83da-4ae44b0eabb2",
"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": "84689d10-a2ae-49c0-949c-1dd30503a597",
"ExportAccount": "sample string 2",
"ExportBy": "b15d7ada-edca-4e1a-93c1-b23eadb93702",
"ExportDate": "2026-06-15 12:46:21",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
},
{
"Id": "84689d10-a2ae-49c0-949c-1dd30503a597",
"ExportAccount": "sample string 2",
"ExportBy": "b15d7ada-edca-4e1a-93c1-b23eadb93702",
"ExportDate": "2026-06-15 12:46:21",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}