POST api/getAlermList/Page
Request Information
URI Parameters
None.
Body Parameters
AlermPage| Name | Description | Type | Additional information |
|---|---|---|---|
| jcd | string |
None. |
|
| dts | date |
None. |
|
| dte | date |
None. |
|
| pageindex | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"jcd": "sample string 1",
"dts": "2026-01-11T09:00:00.9531865+08:00",
"dte": "2026-01-11T09:00:00.9531865+08:00",
"pageindex": 4,
"pageSize": 5
}
application/xml, text/xml
Sample:
<AlermPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <dte>2026-01-11T09:00:00.9531865+08:00</dte> <dts>2026-01-11T09:00:00.9531865+08:00</dts> <jcd>sample string 1</jcd> <pageSize>5</pageSize> <pageindex>4</pageindex> </AlermPage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfListOftb_alarm| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of tb_alarm |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": [
{
"_alarm_id": 1,
"_outfall_code": "sample string 2",
"_alarm_date": "2026-01-11T09:00:00.9570927+08:00",
"_ai_code": "sample string 4",
"_alarm_content": 5.1,
"_alarm_remark": "sample string 6",
"_processflg": "sample string 7",
"_alarm_clr": "sample string 8",
"_alarm_tel": "sample string 9"
},
{
"_alarm_id": 1,
"_outfall_code": "sample string 2",
"_alarm_date": "2026-01-11T09:00:00.9570927+08:00",
"_ai_code": "sample string 4",
"_alarm_content": 5.1,
"_alarm_remark": "sample string 6",
"_processflg": "sample string 7",
"_alarm_clr": "sample string 8",
"_alarm_tel": "sample string 9"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOftb_alarmcPwBY3H0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />