GET api/v2/referencetables/climatestationmeastype
Returns list of Climate Station Measurement Types
| Name | Description | Type |
|---|---|---|
| measType |
Measurement Type |
string |
Response Formats
application/json, text/json
Sample:
[
{
"measType": "sample string 1"
},
{
"measType": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfClimateStationMeasType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ClimateStationMeasType>
<measType>sample string 1</measType>
</ClimateStationMeasType>
<ClimateStationMeasType>
<measType>sample string 1</measType>
</ClimateStationMeasType>
</ArrayOfClimateStationMeasType>