Description:
TODO
Search parameters:
One or more of the following search parameters need to be specified in order to retrieve data:
| permitSysId |
|
The industrial stormwater permit's system generated unique ID. An activityId can have many permitSysIds if the permit was reissued. This route only returns the most recent, active permitSysId.
|
| stationId |
|
The monitoring station's system generated unique ID
|
Additional parameters:
The following, optional, parameters may be specified:
| 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). |
| limit |
The number of records to limit the result set to. Behaves like the SQL standard LIMIT clause. |
| offset |
Used with Limit-- the record number to start retrieving from. Behaves like the SQL standard OFFSET clause. |
Result Set Definitions:
| lat |
The monitoring station's latitude in decimal degrees |
| localName |
The monitoring station's name |
| long |
The monitoring station's longitude in decimal degrees |
| permitSysId |
The industrial stormwater permit's system generated unique ID. An activityId can have many permitSysIds if the permit was reissued. This route only returns the most recent, active permitSysId. |
| stationId |
The monitoring station's system generated unique ID |
| status |
The monitoring stations status (active or inactive) |
| statusEffectiveDate |
When the status active/inactive date occurred |
| type |
The station type. This is always "surface discharge" for ISW |
| typeCode |
The station type. This is always "SD" for ISW |
Example Queries: