POST api/Alarm/GetMonitorAlarmDetailListCount
Request Information
URI Parameters
None.
Body Parameters
MonitorAlarmDetailSearchConditionName | Description | Type | Additional information |
---|---|---|---|
account | string |
None. |
|
grouptype | string |
None. |
|
Grouptype | string |
None. |
|
IsPage | boolean |
None. |
|
Total | integer |
None. |
|
PageIndex | integer |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
StartIndex | integer |
None. |
|
EndIndex | integer |
None. |
|
Sort | string |
None. |
|
Order | string |
None. |
|
OrderField | string |
None. |
|
SearchKey | string |
None. |
|
Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "account": "sample string 1", "grouptype": "sample string 2", "Grouptype": "sample string 3", "IsPage": true, "Total": 5, "PageIndex": 7, "Page": 7, "PageSize": 8, "StartIndex": 49, "EndIndex": 56, "Sort": "sample string 9", "Order": "sample string 10", "OrderField": "sample string 11", "SearchKey": "sample string 1", "Search": "sample string 1" }
application/xml, text/xml
Sample:
<MonitorAlarmDetailSearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <IsPage>true</IsPage> <Order>sample string 10</Order> <OrderField>sample string 11</OrderField> <Page>7</Page> <PageIndex>7</PageIndex> <PageSize>8</PageSize> <Search>sample string 1</Search> <SearchKey>sample string 1</SearchKey> <Sort>sample string 9</Sort> <Total>5</Total> <Grouptype>sample string 3</Grouptype> <account>sample string 1</account> <grouptype>sample string 2</grouptype> </MonitorAlarmDetailSearchCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiInfoEntityOfInt32Name | 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:
<ApiInfoEntityOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>2</Code> <Message>sample string 3</Message> <Data>1</Data> </ApiInfoEntityOfint>