GET api/getcheck/list?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfcheckpoint| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of checkpoint |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": [
{
"id": 1,
"point_id": "sample string 2",
"name": "sample string 3",
"district_id": "sample string 4",
"address": "sample string 5",
"X": "sample string 6",
"Y": "sample string 7",
"manager": "sample string 8",
"m_phone": "sample string 9",
"upstream": "sample string 10",
"downstream": "sample string 11",
"company_code": "sample string 12",
"point_type": "sample string 13",
"wq_b": "sample string 14",
"wq_m": "sample string 15",
"ishome": 16,
"indexnum": 1,
"isdel": 1,
"hzname": "sample string 17",
"hzlink": "sample string 18",
"rivername": "sample string 19",
"linkriver": "sample string 20",
"X84": "sample string 21",
"Y84": "sample string 22",
"XCGS": "sample string 23",
"YCGS": "sample string 24"
},
{
"id": 1,
"point_id": "sample string 2",
"name": "sample string 3",
"district_id": "sample string 4",
"address": "sample string 5",
"X": "sample string 6",
"Y": "sample string 7",
"manager": "sample string 8",
"m_phone": "sample string 9",
"upstream": "sample string 10",
"downstream": "sample string 11",
"company_code": "sample string 12",
"point_type": "sample string 13",
"wq_b": "sample string 14",
"wq_m": "sample string 15",
"ishome": 16,
"indexnum": 1,
"isdel": 1,
"hzname": "sample string 17",
"hzlink": "sample string 18",
"rivername": "sample string 19",
"linkriver": "sample string 20",
"X84": "sample string 21",
"Y84": "sample string 22",
"XCGS": "sample string 23",
"YCGS": "sample string 24"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfcheckpointAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />