Api session items watervalues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 70: | Line 70: | ||
|version | |version | ||
|int | |int | ||
| | |||
|} | |||
==Api Model WaterValue== | |||
API Enumeration description of WaterValue | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
|WATER_SURFACE | |||
| | |||
|- | |||
|LAND_SURFACE | |||
| | |||
|- | |||
|BUILDING_STORAGE | |||
| | |||
|- | |||
|SEWER_STORAGE | |||
| | |||
|- | |||
|SEWER_OUT_EXTERNAL | |||
| | |||
|- | |||
|UNDERGROUND_STORAGE | |||
| | |||
|- | |||
|UNSAT_STORAGE | |||
| | |||
|- | |||
|EVAPORATED | |||
| | |||
|- | |||
|OUTLET | |||
| | |||
|- | |||
|BREACH_OUT | |||
| | |||
|- | |||
|RAIN | |||
| | |||
|- | |||
|INLET | |||
| | |||
|- | |||
|INUNDATED | |||
| | |||
|- | |||
|BREACH | |||
| | |||
|- | |||
|BOTTOM_IN | |||
| | |||
|- | |||
|BOTTOM_OUT | |||
| | | | ||
|} | |} | ||
Revision as of 12:37, 20 April 2026
Api session items Water Values Endpoints.
Default Query:
https://engine.tygron.com/api/session/items/watervalues/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/watervalues/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/watervalues/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/watervalues/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/watervalues/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/watervalues/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/watervalues/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/watervalues/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/watervalues/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/watervalues/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/watervalues/?f=ZIPSMILE&token=API_TOKENApi Model WaterBookValue
API Model description of WaterBookValue
| Name | Type | Description |
|---|---|---|
| costType | WaterValue | |
| id | int | |
| in | boolean | |
| linkID | int | |
| mapLink | MapLink | |
| name | String | |
| overlayID | int | Overlay ID |
| value | double | |
| version | int |
Api Model WaterValue
API Enumeration description of WaterValue
| Name | Description |
|---|---|
| WATER_SURFACE | |
| LAND_SURFACE | |
| BUILDING_STORAGE | |
| SEWER_STORAGE | |
| SEWER_OUT_EXTERNAL | |
| UNDERGROUND_STORAGE | |
| UNSAT_STORAGE | |
| EVAPORATED | |
| OUTLET | |
| BREACH_OUT | |
| RAIN | |
| INLET | |
| INUNDATED | |
| BREACH | |
| BOTTOM_IN | |
| BOTTOM_OUT |