Api session items modeldatas: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
Default Query: | Default Query: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/modeldatas/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
Example Response: | Example Response: | ||
< | <syntaxhighlight lang="text" copy>[ { | ||
"additions" : [ ], | "additions" : [ ], | ||
"animMultiplier" : null, | "animMultiplier" : null, | ||
| Line 26: | Line 26: | ||
"show" : "MIDDLE", | "show" : "MIDDLE", | ||
"variation" : 1, | "variation" : 1, | ||
"version" : | "version" : 19 | ||
}, { | }, { | ||
"additions" : [ ], | "additions" : [ ], | ||
| Line 47: | Line 47: | ||
"show" : "MIDDLE", | "show" : "MIDDLE", | ||
"variation" : 1, | "variation" : 1, | ||
"version" : | "version" : 20 | ||
} ]</ | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
Revision as of 11:35, 10 April 2026
Api session items Model Datas Endpoints.
Manipulate items with event: Api session event editor .
Default Query:
https://engine.tygron.com/api/session/items/modeldatas/?f=JSON&token=API_TOKENExample Response:
[ {
"additions" : [ ],
"animMultiplier" : null,
"buffer" : 10,
"dimension" : 1,
"frequency" : 10,
"id" : 0,
"instanceColor" : "GRAY",
"isAlpha" : false,
"isShowCloseby" : false,
"modelHeight" : 6.30242,
"modelWidth" : 1.6587989,
"name" : "traffic_light",
"particleEmitters" : [ ],
"placement" : "POINT",
"randomScale" : 0.0,
"roots" : false,
"rotation" : "FREE",
"show" : "MIDDLE",
"variation" : 1,
"version" : 19
}, {
"additions" : [ ],
"animMultiplier" : null,
"buffer" : 10,
"dimension" : 1,
"frequency" : 10,
"id" : 1,
"instanceColor" : "GRAY",
"isAlpha" : false,
"isShowCloseby" : false,
"modelHeight" : 1.25364,
"modelWidth" : 1.039926,
"name" : "house_chimney",
"particleEmitters" : [ ],
"placement" : "POINT",
"randomScale" : 0.0,
"roots" : false,
"rotation" : "FIXED",
"show" : "MIDDLE",
"variation" : 1,
"version" : 20
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/modeldatas/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/modeldatas/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/modeldatas/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/modeldatas/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/modeldatas/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/modeldatas/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/modeldatas/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/modeldatas/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/modeldatas/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/modeldatas/?f=ZIPSMILE&token=API_TOKEN