POST api/getReportList/page
Request Information
URI Parameters
None.
Body Parameters
canshureport| Name | Description | Type | Additional information |
|---|---|---|---|
| jcd | string |
None. |
|
| dts | string |
None. |
|
| datatype | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jcd": "sample string 1",
"dts": "sample string 2",
"datatype": "sample string 3"
}
application/xml, text/xml
Sample:
<canshureport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <datatype>sample string 3</datatype> <dts>sample string 2</dts> <jcd>sample string 1</jcd> </canshureport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfListOfCheckReportlist| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of CheckReportlist |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": [
{
"name": "sample string 1",
"code": "sample string 2",
"datatime": "sample string 3",
"waterq": "sample string 4",
"waterwrw": "sample string 5",
"aiDataList": [
{
"_AiCode": "sample string 7",
"_AiName": "sample string 6",
"_AiValue": 1.1,
"_AiLowWarningAmount": 1.1,
"_AiHeightWarningAmount": 1.1,
"_AiHighAmount": 1.1,
"_AiLowAmount": 1.1,
"_date": "2026-01-11T08:58:10.5646685+08:00",
"_AiUnit": "sample string 3",
"_WQ": "sample string 1",
"_state": "sample string 2",
"_IsAlarm": true
},
{
"_AiCode": "sample string 7",
"_AiName": "sample string 6",
"_AiValue": 1.1,
"_AiLowWarningAmount": 1.1,
"_AiHeightWarningAmount": 1.1,
"_AiHighAmount": 1.1,
"_AiLowAmount": 1.1,
"_date": "2026-01-11T08:58:10.5646685+08:00",
"_AiUnit": "sample string 3",
"_WQ": "sample string 1",
"_state": "sample string 2",
"_IsAlarm": true
}
]
},
{
"name": "sample string 1",
"code": "sample string 2",
"datatime": "sample string 3",
"waterq": "sample string 4",
"waterwrw": "sample string 5",
"aiDataList": [
{
"_AiCode": "sample string 7",
"_AiName": "sample string 6",
"_AiValue": 1.1,
"_AiLowWarningAmount": 1.1,
"_AiHeightWarningAmount": 1.1,
"_AiHighAmount": 1.1,
"_AiLowAmount": 1.1,
"_date": "2026-01-11T08:58:10.5646685+08:00",
"_AiUnit": "sample string 3",
"_WQ": "sample string 1",
"_state": "sample string 2",
"_IsAlarm": true
},
{
"_AiCode": "sample string 7",
"_AiName": "sample string 6",
"_AiValue": 1.1,
"_AiLowWarningAmount": 1.1,
"_AiHeightWarningAmount": 1.1,
"_AiHighAmount": 1.1,
"_AiLowAmount": 1.1,
"_date": "2026-01-11T08:58:10.5646685+08:00",
"_AiUnit": "sample string 3",
"_WQ": "sample string 1",
"_state": "sample string 2",
"_IsAlarm": true
}
]
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfCheckReportlistAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />