POST api/Report/GetAdasTypeTotal
Request Information
URI Parameters
None.
Body Parameters
AdasTypeTotalConditionName | Description | Type | Additional information |
---|---|---|---|
account | string |
None. |
|
btime | date |
None. |
|
etime | date |
None. |
|
IsMonth | integer |
None. |
|
AlarmType | 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", "btime": "2025-04-20 07:07:27", "etime": "2025-04-20 07:07:27", "IsMonth": 4, "AlarmType": "sample string 5", "IsPage": true, "Total": 7, "PageIndex": 9, "Page": 9, "PageSize": 10, "StartIndex": 81, "EndIndex": 90, "Sort": "sample string 11", "Order": "sample string 12", "OrderField": "sample string 13", "SearchKey": "sample string 1", "Search": "sample string 1" }
application/xml, text/xml
Sample:
<AdasTypeTotalCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <IsPage>true</IsPage> <Order>sample string 12</Order> <OrderField>sample string 13</OrderField> <Page>9</Page> <PageIndex>9</PageIndex> <PageSize>10</PageSize> <Search>sample string 1</Search> <SearchKey>sample string 1</SearchKey> <Sort>sample string 11</Sort> <Total>7</Total> <AlarmType>sample string 5</AlarmType> <IsMonth>4</IsMonth> <account>sample string 1</account> <btime>2025-04-20T07:07:27.7139018+08:00</btime> <etime>2025-04-20T07:07:27.7139018+08:00</etime> </AdasTypeTotalCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiInfoEntityOfAdasAvgTypeTotalEntityName | Description | Type | Additional information |
---|---|---|---|
data | AdasAvgTypeTotalEntity |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "dayTotal": 1.0, "monthTotal": 2.0, "dayAvg": "sample string 3", "monthAvg": "sample string 4", "list": [ { "AlarmType": "sample string 1", "AlarmName": "sample string 2", "TotalDate": "sample string 3", "TotalAlarm": 4, "IsMonth": 5 }, { "AlarmType": "sample string 1", "AlarmName": "sample string 2", "TotalDate": "sample string 3", "TotalAlarm": 4, "IsMonth": 5 } ] }, "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfAdasAvgTypeTotalEntityNdF_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> <dayAvg>sample string 3</dayAvg> <dayTotal>1</dayTotal> <list> <AdasTypeTotalEntity> <AlarmName>sample string 2</AlarmName> <AlarmType>sample string 1</AlarmType> <IsMonth>5</IsMonth> <TotalAlarm>4</TotalAlarm> <TotalDate>sample string 3</TotalDate> </AdasTypeTotalEntity> <AdasTypeTotalEntity> <AlarmName>sample string 2</AlarmName> <AlarmType>sample string 1</AlarmType> <IsMonth>5</IsMonth> <TotalAlarm>4</TotalAlarm> <TotalDate>sample string 3</TotalDate> </AdasTypeTotalEntity> </list> <monthAvg>sample string 4</monthAvg> <monthTotal>2</monthTotal> </Data> </ApiInfoEntityOfAdasAvgTypeTotalEntityNdF_SKQEZ>