GET admin/alarm/num
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RtBaseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
data | integer |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": 1, "code": 2, "msg": "sample string 3" }
application/xml, text/xml
Sample:
<RtBaseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model"> <code>2</code> <msg>sample string 3</msg> <data>1</data> </RtBaseOfint>