POST api/SmartOperateMaintenance/GetPowerStationWariningInfoByMultiConditionForMobile
按区域、组织结构、电站名、告警级别、开始时间和结束时间查询告警电站信息(app)
Request Information
URI Parameters
None.
Body Parameters
不传值则获取所有电站数据
GetPowerStationWariningInfoByMultiCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| adcode | string |
None. |
|
| township | string |
None. |
|
| orgid | string |
None. |
|
| stationid | string |
None. |
|
| warninglevel | integer |
None. |
|
| starttime | string |
None. |
|
| endtime | string |
None. |
|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
|
| status | integer |
None. |
|
| is_added | integer |
None. |
|
| sn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"adcode": "sample string 1",
"township": "sample string 2",
"orgid": "sample string 3",
"stationid": "sample string 4",
"warninglevel": 5,
"starttime": "sample string 6",
"endtime": "sample string 7",
"page_index": 8,
"page_size": 9,
"status": 10,
"is_added": 11,
"sn": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
返回告警列表,包括电站ID\电站名称、设备SN、设备名称、告警名称、级别、状态、发生时间
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |