POST api/getHisListBytype/list
Request Information
URI Parameters
None.
Body Parameters
canshuss| Name | Description | Type | Additional information |
|---|---|---|---|
| jcd | string |
None. |
|
| dts | date |
None. |
|
| dte | date |
None. |
|
| day | integer |
None. |
|
| datatype | string |
None. |
|
| pageindex | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"jcd": "sample string 1",
"dts": "2026-01-11T08:58:27.0197035+08:00",
"dte": "2026-01-11T08:58:27.0197035+08:00",
"day": 4,
"datatype": "sample string 5",
"pageindex": 6,
"pageSize": 7
}
application/xml, text/xml
Sample:
<canshuss xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <datatype>sample string 5</datatype> <day>4</day> <dte>2026-01-11T08:58:27.0197035+08:00</dte> <dts>2026-01-11T08:58:27.0197035+08:00</dts> <jcd>sample string 1</jcd> <pageSize>7</pageSize> <pageindex>6</pageindex> </canshuss>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfhisdataAndchart| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | hisdataAndchart |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": {
"categories": [
"sample string 1",
"sample string 2"
],
"data": [
1.1,
2.1
],
"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:27.0206816+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:27.0206816+08:00",
"_AiUnit": "sample string 3",
"_WQ": "sample string 1",
"_state": "sample string 2",
"_IsAlarm": true
}
]
}
}
application/xml, text/xml
Sample:
<ApiResultOfhisdataAndchartAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />