POST api/SmartOperateMaintenance/GetPowerStationWariningCountForMobile
按区域、组织结构、电站名等查询各告警数量(app)
Request Information
URI Parameters
None.
Body Parameters
不传值则获取所有电站数据
GetPowerStationWariningCountForMobile| 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. |
|
| status | integer |
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",
"status": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
返回告警数量
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. |