Api session items customgeometries: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?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/customgeometries/version/?token=API_TOKEN</syntaxhighlight> | ||
size: | size: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/size/?token=API_TOKEN</syntaxhighlight> | ||
==Formats== | ==Formats== | ||
HTML: | HTML: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=HTML&token=API_TOKEN</syntaxhighlight> | ||
JSON: | JSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
CSV: | CSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=CSV&token=API_TOKEN</syntaxhighlight> | ||
SSV: | SSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=SSV&token=API_TOKEN</syntaxhighlight> | ||
SMILE: | SMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=SMILE&token=API_TOKEN</syntaxhighlight> | ||
ZIPJSON: | ZIPJSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | ||
ZIPSMILE: | ZIPSMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
==Api Model CustomGeometry== | |||
API Model description of CustomGeometry | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|absoluteHeight | |||
|boolean | |||
| | |||
|- | |||
|backFaceCulling | |||
|boolean | |||
| | |||
|- | |||
|color | |||
|TColor | |||
| | |||
|- | |||
|data | |||
|float[] | |||
| | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|texture | |||
|String | |||
| | |||
|- | |||
|version | |||
|int | |||
| | |||
|} | |||
==Api Model TColor== | |||
API Model description of TColor | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor customgeometry]] | *[[Api session event editor customgeometry]] | ||
| Line 35: | Line 81: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 14:13, 24 April 2026
Api session items customgeometries Endpoints.
Edit items with event: editorcustomgeometry.
Default Query:
https://engine.tygron.com/api/session/items/customgeometries/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/customgeometries/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/customgeometries/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/customgeometries/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/customgeometries/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/customgeometries/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/customgeometries/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/customgeometries/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/customgeometries/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPSMILE&token=API_TOKENApi Model CustomGeometry
API Model description of CustomGeometry
| Name | Type | Description |
|---|---|---|
| absoluteHeight | boolean | |
| backFaceCulling | boolean | |
| color | TColor | |
| data | float[] | |
| id | int | |
| texture | String | |
| version | int |
Api Model TColor
API Model description of TColor
| Name | Type | Description |
|---|