GET WQTrends/Params?siteID={siteID}
Get a list of all available Parameters which are supported by Water Quality Trends. If siteID is provided, returns parameters specific to that site.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteID |
Optional Site ID. If not provided, returns all parameters. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of Available parameters and their codes
Collection of MonitoredParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| Parameter |
Parameter Code |
string |
None. |
| Id |
Parameter Id |
integer |
None. |
| DisplayName |
Friendly Parameter Name |
string |
None. |
| Units |
Units of measurement. |
string |
None. |
| Precision |
Precision of the measurement for this parameter |
integer |
None. |
Response Formats
application/json, text/json, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.