Documentation for "/api/v1/groundwater/monitoring-stations/results":

Documentation score: Route: 100% Fields: 81%

Description:

Monitoring results for stations.

Search parameters:

One or more of the following search parameters need to be specified in order to retrieve data:
Parameter nameRequiredDescription
stationId The unique id for a monitoring station
stationName The name of the station.
stationPurpose The purpose for the station.
stationType The type of station.
sampleDate The date that the sample was taken (in "yyyy-mm-dd" or "dd-mon-yyyy" format).
analyteGroupCode The ID/code for the analyte group that the analyte belongs to. (Ref:/api/doc/v1/groundwater/analyte-groups)
analyteCode The ID/code for the analyte. (Ref:/api/doc/v1/groundwater/analytes)
specificGeoAreaCode The specific geographical area to search in. (Ref:/api/doc/v1/groundwater/geographic-areas)
dataAfter Only select data after this date (in "yyyy-mm-dd" or "dd-mon-yyyy" format).

Additional parameters:

The following, optional, parameters may be specified:
Parameter nameDescription
format The desired return format. Valid formats are: {json, jsonp, text, csv, xls, ods, and tab}. The default is json.
callback The JSONP callback function name (Note that format needs to be "jsonp").
fields The comma-separated-list of the field names to return from the query. The default is to return all available fields.
nullValue Value to substitute in place of null values. The default is to return null values as "null" (per JSON.org).

Result Set Definitions:

Field nameDescription
stationId The unique id for a monitoring station
stationName The name of the station.
stationPurpose The purpose for the station.
stationType The type of station.
sampleDate The date that the sample was taken (in "yyyy-mm-dd" or "dd-mon-yyyy" format).
sampleType TODO
sampleFractionType TODO
analyteGroupCode The ID/code for the analyte group that the analyte belongs to.
analyteGroupName The name/description for the analyte group that the analyte belongs to.
analyteCode The ID/code for the analyte.
analyteName The name of the analyte.
detectFlag Indicates if the result was above the method detection limit ("Y", "N").
gtlt Greater than or less than.
valueText Value measured or observed.
resultUnits Units of measure for the result.
methodId ID for an analytical method.
methodName Name for an analytical method.
analysisDate The date that the sample was analyzed.
sampleComment TODO
resultIsnum TODO

Example Queries: