GET api/v2/analysisservices/watersourcerouteframework
Returns the DWR source route framework reference table for the criteria specified
| Name | Description | Type |
|---|---|---|
| division |
DWR Water Division |
integer |
| gnisId |
Water source - geographic name information system ID |
string |
| gnisName |
GNIS Name |
string |
| streamLength |
Stream Length |
decimal number |
| tribGnisName |
Tributary GNIS Name |
string |
| TributaryToGnisId |
Tributary To GNIS ID |
string |
| tributaryToLevel |
Tributary To Level |
integer |
| tributaryToStreamMile |
Tributary To Stream Mile |
decimal number |
| waterDistrict |
DWR Water District |
integer |
Response Formats
application/json, text/json
Sample:
[
{
"division": 1,
"waterDistrict": 2,
"gnisId": "sample string 3",
"gnisName": "sample string 4",
"streamLength": 1.0,
"tributaryToLevel": 1,
"TributaryToGnisId": "sample string 5",
"tribGnisName": "sample string 6",
"tributaryToStreamMile": 1.0
},
{
"division": 1,
"waterDistrict": 2,
"gnisId": "sample string 3",
"gnisName": "sample string 4",
"streamLength": 1.0,
"tributaryToLevel": 1,
"TributaryToGnisId": "sample string 5",
"tribGnisName": "sample string 6",
"tributaryToStreamMile": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfWaterSourceRouteFramework xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<WaterSourceRouteFramework>
<TributaryToGnisId>sample string 5</TributaryToGnisId>
<division>1</division>
<gnisId>sample string 3</gnisId>
<gnisName>sample string 4</gnisName>
<streamLength>1</streamLength>
<tribGnisName>sample string 6</tribGnisName>
<tributaryToLevel>1</tributaryToLevel>
<tributaryToStreamMile>1</tributaryToStreamMile>
<waterDistrict>2</waterDistrict>
</WaterSourceRouteFramework>
<WaterSourceRouteFramework>
<TributaryToGnisId>sample string 5</TributaryToGnisId>
<division>1</division>
<gnisId>sample string 3</gnisId>
<gnisName>sample string 4</gnisName>
<streamLength>1</streamLength>
<tribGnisName>sample string 6</tribGnisName>
<tributaryToLevel>1</tributaryToLevel>
<tributaryToStreamMile>1</tributaryToStreamMile>
<waterDistrict>2</waterDistrict>
</WaterSourceRouteFramework>
</ArrayOfWaterSourceRouteFramework>