Api session items geolinks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Api session items [[Geo Link]]s Endpoints. | Api session items [[Geo Link]]s Endpoints. | ||
Manipulate items with event: [[Api session event editor | Manipulate items with event: [[Api session event editor |Api session event editor ]]. | ||
Default Query: | Default Query: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
Example Response: | Example Response: | ||
< | <syntaxhighlight lang="text" copy>[ { | ||
"functionID" : 0, | "functionID" : 0, | ||
"id" : 0, | "id" : 0, | ||
"priority" : 55, | "priority" : 55, | ||
"tree" : false, | "tree" : false, | ||
"version" : | "version" : 13 | ||
}, { | }, { | ||
"defaultWidth" : 10.0, | "defaultWidth" : 10.0, | ||
| Line 22: | Line 22: | ||
}, | }, | ||
"tree" : false, | "tree" : false, | ||
"version" : | "version" : 14 | ||
} ]</ | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
| Line 48: | Line 48: | ||
<pre>https://engine.tygron.com/api/session/items/geolinks/?f=ZIPSMILE&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/geolinks/?f=ZIPSMILE&token=API_TOKEN</pre> | ||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor | *[[Api session event editor ]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Revision as of 11:35, 10 April 2026
Api session items Geo Links Endpoints.
Manipulate items with event: Api session event editor .
Default Query:
https://engine.tygron.com/api/session/items/geolinks/?f=JSON&token=API_TOKENExample Response:
[ {
"functionID" : 0,
"id" : 0,
"priority" : 55,
"tree" : false,
"version" : 13
}, {
"defaultWidth" : 10.0,
"elementType" : "MULTIPOLYGON",
"functionID" : 747,
"id" : 1,
"priority" : 0,
"subTypes" : {
"BUILDINGS" : [ ]
},
"tree" : false,
"version" : 14
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/geolinks/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/geolinks/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/geolinks/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/geolinks/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/geolinks/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/geolinks/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/geolinks/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/geolinks/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/geolinks/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/geolinks/?f=ZIPSMILE&token=API_TOKEN