GET api/getairtype/list?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfair_type| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of air_type |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": [
{
"id": 1,
"air_name": "sample string 2",
"stat": 1,
"air_value": "sample string 3",
"del_flag": 1,
"aqi_flag": 1,
"unit": "sample string 4",
"num_format": "sample string 5",
"ChineseName": "sample string 6",
"Type": "sample string 7",
"cate": 1,
"api_flag": 1,
"ordernum": 1,
"Ulimit": 1.1,
"Llimit": 1.1,
"InstrName": "sample string 8",
"AUlimit": 1.1,
"ALlimit": 1.1
},
{
"id": 1,
"air_name": "sample string 2",
"stat": 1,
"air_value": "sample string 3",
"del_flag": 1,
"aqi_flag": 1,
"unit": "sample string 4",
"num_format": "sample string 5",
"ChineseName": "sample string 6",
"Type": "sample string 7",
"cate": 1,
"api_flag": 1,
"ordernum": 1,
"Ulimit": 1.1,
"Llimit": 1.1,
"InstrName": "sample string 8",
"AUlimit": 1.1,
"ALlimit": 1.1
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfair_typeAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />