Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl "http://localhost:8080/FewsWebServices/rest/fewspiservice/v1/ratingcurves/stagetodischarge"
 -X POST -H "Content-Type: application/x-www-form-urlencoded" 

Example PI-XML response

Code Block
{ "dischargeValues" : [ "9920.0", "10200.0" ] }

...

Code Block
curl "http://localhost:8080/FewsWebServices/rest/fewspiservice/v1/ratingcurves/stagetodischarge"
" -X POST -H "Content-Type: application/x-www-form-urlencoded" 

Example PI-XML response

Code Block
{ "stageValues" : [ "22.1", "22.2" ] }   

...