POST api/{version}/v3/MessageCenter/GetHealthCancelRemindListWeb
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
search_requestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| search | string |
None. |
|
| type | SubHealthType |
None. |
|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"search": "sample string 1",
"type": 1,
"page_index": 2,
"page_size": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CancelRemindList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| record | integer |
None. |
|
| data | Collection of gops_user_health_cancel_remind_list_result_web |
None. |
Response Formats
application/json, text/json
Sample:
{
"record": 1,
"data": [
{
"type": 1,
"typeName": "sample string 1",
"inverterSN": "sample string 2",
"inverterName": "sample string 3",
"stationName": "sample string 4",
"sid": "sample string 5",
"remark": "sample string 6"
},
{
"type": 1,
"typeName": "sample string 1",
"inverterSN": "sample string 2",
"inverterName": "sample string 3",
"stationName": "sample string 4",
"sid": "sample string 5",
"remark": "sample string 6"
}
]
}