POST api/v3/MessageCenter/GetStringHealthDataLast
Request Information
URI Parameters
None.
Body Parameters
page_model| Name | Description | Type | Additional information |
|---|---|---|---|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"page_index": 1,
"page_size": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HealthData_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| record | integer |
None. |
|
| data | SubHealthMessageDetail_WEB_result |
None. |
Response Formats
application/json, text/json
Sample:
{
"record": 1,
"data": {
"stat_Date": "sample string 1",
"subHealthData": [
{
"stationId": "sample string 1",
"stationName": "sample string 2",
"adcode": "sample string 3",
"districtName": "sample string 4",
"refText": "sample string 5",
"refValue": "sample string 6",
"refUnit": "sample string 7",
"refSn": "sample string 8",
"refStringText": "sample string 9",
"refInverterName": "sample string 10",
"inverterSN": "sample string 11",
"inverterName": "sample string 12",
"healthText": "sample string 13",
"healthValue": "sample string 14",
"healthUnit": "sample string 15",
"offsetValue": "sample string 16",
"offsetFlag": "sample string 17",
"stringText": "sample string 18"
},
{
"stationId": "sample string 1",
"stationName": "sample string 2",
"adcode": "sample string 3",
"districtName": "sample string 4",
"refText": "sample string 5",
"refValue": "sample string 6",
"refUnit": "sample string 7",
"refSn": "sample string 8",
"refStringText": "sample string 9",
"refInverterName": "sample string 10",
"inverterSN": "sample string 11",
"inverterName": "sample string 12",
"healthText": "sample string 13",
"healthValue": "sample string 14",
"healthUnit": "sample string 15",
"offsetValue": "sample string 16",
"offsetFlag": "sample string 17",
"stringText": "sample string 18"
}
]
}
}