GET CoastalWaterQualityConcerns/historic?datasource={datasource}&stationId={stationId}¶m={param}&s={s}
Returns Historic Coastal Water Quality Smapling Data for a Station/location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| datasource |
Datasource code |
string |
Required |
| stationId |
Unique Station Identifier |
string |
Required |
| param |
Measured Parameter |
string |
Required |
| s |
Site Id |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of sampling events for the station measuing the specified parameter in the last 3 months
CoastalWaterQualityHistoricSamples| Name | Description | Type | Additional information |
|---|---|---|---|
| StationId |
Station Id |
string |
None. |
| Datasource |
DataSource Name / ID |
string |
None. |
| LocationDescription |
Name / Text description of the Location |
string |
None. |
| Parameter |
Parameter Name/ Code |
string |
None. |
| Samples | Collection of CoastalWaterQualitySample |
None. |
Response Formats
application/json, text/json, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.