POST api/Alarm/GetMonitorAlarmTotalList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiInfoEntityOfListOfMonitorAlarmTotalEntityName | Description | Type | Additional information |
---|---|---|---|
data | Collection of MonitorAlarmTotalEntity |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "ncount": 1, "grouptype": "sample string 2" }, { "ncount": 1, "grouptype": "sample string 2" } ], "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfArrayOfMonitorAlarmTotalEntityNdF_SKQEZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>1</Code> <Message>sample string 2</Message> <Data> <MonitorAlarmTotalEntity> <grouptype>sample string 2</grouptype> <ncount>1</ncount> </MonitorAlarmTotalEntity> <MonitorAlarmTotalEntity> <grouptype>sample string 2</grouptype> <ncount>1</ncount> </MonitorAlarmTotalEntity> </Data> </ApiInfoEntityOfArrayOfMonitorAlarmTotalEntityNdF_SKQEZ>