Api session items customgeometries: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
api session items customgeometries Endpoints.
API Endpoint: /api/session/items/customgeometries/
Manipulate items with event: [[editorcustomgeometry]].
 
==Limit Queries==version=100:  
Edit items with events described at [[Api session event editor customgeometry]].
<pre>https://engine.tygron.com/api/session/items/customgeometries/?version=100&token=API_TOKEN</pre>
 
==Limit Queries==max version:  
Default Query:
<pre>https://engine.tygron.com/api/session/items/customgeometries/version/?token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=JSON&token=API_TOKEN</syntaxhighlight>
size:  
Example Response:
<pre>https://engine.tygron.com/api/session/items/customgeometries/size/?token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>[ ]</syntaxhighlight>
==Limit Queries==HTML:  
==Limit Queries==
<pre>https://engine.tygron.com/api/session/items/customgeometries/?f=HTML&token=API_TOKEN</pre>
version=100:  
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?version=100&token=API_TOKEN</syntaxhighlight>
==Get Queries==
attributes:
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/attributes/?token=API_TOKEN</syntaxhighlight>
max version:  
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/version/?token=API_TOKEN</syntaxhighlight>
count:  
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/count/?token=API_TOKEN</syntaxhighlight>
==Formats==
HTML:  
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=HTML&token=API_TOKEN</syntaxhighlight>
JSON:  
JSON:  
<pre>https://engine.tygron.com/api/session/items/customgeometries/?f=JSON&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=JSON&token=API_TOKEN</syntaxhighlight>
CSV:  
CSV:  
<pre>https://engine.tygron.com/api/session/items/customgeometries/?f=CSV&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=CSV&token=API_TOKEN</syntaxhighlight>
SSV:  
SSV:  
<pre>https://engine.tygron.com/api/session/items/customgeometries/?f=SSV&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=SSV&token=API_TOKEN</syntaxhighlight>
SMILE:  
SMILE:  
<pre>https://engine.tygron.com/api/session/items/customgeometries/?f=SMILE&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=SMILE&token=API_TOKEN</syntaxhighlight>
ZIPJSON:  
ZIPJSON:  
<pre>https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPJSON&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight>
ZIPSMILE:  
ZIPSMILE:  
<pre>https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPSMILE&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight>
{{article end|seealso=*[[Api Content Items]]}}
==Api Model CustomGeometry==
API Model description of CustomGeometry
 
{|class=wikitable
!Name
!Type
!Description
|-
| absoluteHeight
| boolean
|
|-
| backFaceCulling
| boolean
|
|-
| color
| TColor
| [[Color]]
|-
| 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]]
*[[Api session event editor customgeometry]]
}}


[[Category:API]]
[[Category:API]]
[[Category:Items]]

Latest revision as of 07:14, 7 July 2026

API Endpoint: /api/session/items/customgeometries/

Edit items with events described at Api session event editor customgeometry.

Default Query:

https://engine.tygron.com/api/session/items/customgeometries/?f=JSON&token=API_TOKEN

Example Response:

[ ]

Limit Queries

version=100:

https://engine.tygron.com/api/session/items/customgeometries/?version=100&token=API_TOKEN

Get Queries

attributes:

https://engine.tygron.com/api/session/items/customgeometries/attributes/?token=API_TOKEN

max version:

https://engine.tygron.com/api/session/items/customgeometries/version/?token=API_TOKEN

count:

https://engine.tygron.com/api/session/items/customgeometries/count/?token=API_TOKEN

Formats

HTML:

https://engine.tygron.com/api/session/items/customgeometries/?f=HTML&token=API_TOKEN

JSON:

https://engine.tygron.com/api/session/items/customgeometries/?f=JSON&token=API_TOKEN

CSV:

https://engine.tygron.com/api/session/items/customgeometries/?f=CSV&token=API_TOKEN

SSV:

https://engine.tygron.com/api/session/items/customgeometries/?f=SSV&token=API_TOKEN

SMILE:

https://engine.tygron.com/api/session/items/customgeometries/?f=SMILE&token=API_TOKEN

ZIPJSON:

https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPJSON&token=API_TOKEN

ZIPSMILE:

https://engine.tygron.com/api/session/items/customgeometries/?f=ZIPSMILE&token=API_TOKEN

Api Model CustomGeometry

API Model description of CustomGeometry

Name Type Description
absoluteHeight boolean
backFaceCulling boolean
color TColor Color
data float[]
id int
texture String
version int

Api Model TColor

API Model description of TColor

Name Type Description