GET api/getRealList/page
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfChecklist| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of Checklist |
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",
"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:25.7365305+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:25.7365305+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",
"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:25.7365305+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:25.7365305+08:00",
"_AiUnit": "sample string 3",
"_WQ": "sample string 1",
"_state": "sample string 2",
"_IsAlarm": true
}
]
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfChecklistAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />