POST api/v4/PowerStationWeb/GetHistory
Request Information
URI Parameters
None.
Body Parameters
HistoryReq| Name | Description | Type | Additional information |
|---|---|---|---|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
|
| uid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"page_index": 1,
"page_size": 2,
"uid": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HistoryRes| Name | Description | Type | Additional information |
|---|---|---|---|
| list | Collection of ListHistory |
None. |
|
| record | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"list": [
{
"time": "sample string 1",
"status": "sample string 2",
"expired_time": "sample string 3",
"file_path": "sample string 4",
"dataSource": "sample string 5"
},
{
"time": "sample string 1",
"status": "sample string 2",
"expired_time": "sample string 3",
"file_path": "sample string 4",
"dataSource": "sample string 5"
}
],
"record": 1
}