Api session items levees: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
!Description | !Description | ||
|- | |- | ||
|angleDegrees | | angleDegrees | ||
|double | | double | ||
| | | | ||
|- | |- | ||
|defaultHeightM | | defaultHeightM | ||
|double | | double | ||
| | | | ||
|- | |- | ||
|defaultWidthM | | defaultWidthM | ||
|double | | double | ||
| | | | ||
|- | |- | ||
|description | | description | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|fixedSize | | fixedSize | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|imageName | | imageName | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|imageVersion | | imageVersion | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|relativeIncrease | | relativeIncrease | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|sideFunctionID | | sideFunctionID | ||
|int | | int | ||
|[[Function]] ID | | [[Function]] ID | ||
|- | |- | ||
|topFunctionID | | topFunctionID | ||
|int | | int | ||
|[[Function]] ID | | [[Function]] ID | ||
|- | |- | ||
|useExistingFunction | | useExistingFunction | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |} | ||
Revision as of 11:44, 8 June 2026
API Endpoint: /api/session/items/levees/
Edit items with events described at Api session event editor levee.
Default Query:
https://engine.tygron.com/api/session/items/levees/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/levees/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/levees/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/levees/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/levees/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/levees/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/levees/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/levees/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/levees/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/levees/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/levees/?f=ZIPSMILE&token=API_TOKENApi Model Levee
API Model description of Levee
| Name | Type | Description |
|---|---|---|
| angleDegrees | double | |
| defaultHeightM | double | |
| defaultWidthM | double | |
| description | String | |
| fixedSize | boolean | |
| id | int | |
| imageName | String | |
| imageVersion | int | |
| name | String | |
| relativeIncrease | boolean | |
| sideFunctionID | int | Function ID |
| topFunctionID | int | Function ID |
| useExistingFunction | boolean | |
| version | int |