Api session items levees: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session items [[Levee]] Endpoints. | Api session items [[Levee]] Endpoints. | ||
Edit items with event: [[Api session event editor levee|editorlevee]]. | |||
Default Query: | Default Query: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
Example Response: | Example Response: | ||
< | <syntaxhighlight lang="text" copy>[ ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?version=100&token=API_TOKEN</syntaxhighlight> | ||
==Show Queries== | ==Show Queries== | ||
max version: | max version: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/version/?token=API_TOKEN</syntaxhighlight> | ||
size: | size: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/size/?token=API_TOKEN</syntaxhighlight> | ||
==Formats== | ==Formats== | ||
HTML: | HTML: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?f=HTML&token=API_TOKEN</syntaxhighlight> | ||
JSON: | JSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
CSV: | CSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?f=CSV&token=API_TOKEN</syntaxhighlight> | ||
SSV: | SSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?f=SSV&token=API_TOKEN</syntaxhighlight> | ||
SMILE: | SMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?f=SMILE&token=API_TOKEN</syntaxhighlight> | ||
ZIPJSON: | ZIPJSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | ||
ZIPSMILE: | ZIPSMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/levees/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
==Api Model Levee== | |||
API Model description of Levee | |||
{|class=wikitable | |||
!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 | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor levee]] | *[[Api session event editor levee]] | ||
| Line 35: | Line 100: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 14:14, 24 April 2026
Api session items Levee Endpoints.
Edit items with event: editorlevee.
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 |