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": "5fd747d1-a615-4584-b913-35f3eaad507f",
"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": "cd143351-ffe9-41c0-82fd-87d605dcedca",
"ExportAccount": "sample string 2",
"ExportBy": "723d95d4-072d-4319-8bec-00c964f8f18e",
"ExportDate": "2025-12-30 14:10:40",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
},
{
"Id": "cd143351-ffe9-41c0-82fd-87d605dcedca",
"ExportAccount": "sample string 2",
"ExportBy": "723d95d4-072d-4319-8bec-00c964f8f18e",
"ExportDate": "2025-12-30 14:10:40",
"ExportDateDesc": "sample string 5",
"ReportType": 6,
"ReportName": "sample string 7"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}