Api session items panels: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session items [[Panel]] Endpoints. | |||
Manipulate items with event: [[Api session event editor panel|editorpanel]]. | Manipulate items with event: [[Api session event editor panel|editorpanel]]. | ||
==Limit Queries==version=100: | Default Query: | ||
<pre>https://engine.tygron.com/api/session/items/panels/?f=JSON&token=API_TOKEN</pre> | |||
Example Response: | |||
<pre>[ { | |||
"answers" : [ ], | |||
"attributes" : { | |||
"ATTENTION" : [ 1.0 ], | |||
"POPUP_TYPE" : [ 0.0 ], | |||
"SCALE" : [ 1.0 ], | |||
"VISIBLE" : [ 1.0 ], | |||
"VISIBLE_TIMEFRAME" : [ 0.0 ] | |||
}, | |||
"calcTimeMS" : 30, | |||
"contentID" : null, | |||
"contentMapLink" : null, | |||
"excelID" : 1, | |||
"height" : null, | |||
"id" : 0, | |||
"layoutX" : null, | |||
"layoutY" : null, | |||
"maquetteOverride" : null, | |||
"name" : "Excel Panel", | |||
"overlayID" : -1, | |||
"overrideDefaultAnswerID" : -1, | |||
"parentID" : null, | |||
"point" : null, | |||
"polygons" : null, | |||
"stakeholderID" : -1, | |||
"text" : "", | |||
"type" : "EXCEL_PANEL", | |||
"updateTiming" : "BEFORE", | |||
"version" : 6, | |||
"warnings" : "", | |||
"width" : null | |||
}, { | |||
"answers" : [ ], | |||
"attributes" : { | |||
"ATTENTION" : [ 1.0 ], | |||
"COLOR" : [ -6704129.0 ], | |||
"POPUP_TYPE" : [ 7.0 ], | |||
"SCALE" : [ 1.0 ], | |||
"VISIBLE" : [ 1.0 ], | |||
"VISIBLE_TIMEFRAME" : [ 0.0 ] | |||
}, | |||
"calcTimeMS" : 0, | |||
"contentID" : null, | |||
"contentMapLink" : null, | |||
"height" : null, | |||
"id" : 1, | |||
"layoutX" : null, | |||
"layoutY" : null, | |||
"maquetteOverride" : null, | |||
"name" : "Text Panel", | |||
"overlayID" : -1, | |||
"overrideDefaultAnswerID" : -1, | |||
"parentID" : null, | |||
"point" : { | |||
"type" : "Point", | |||
"coordinates" : [ 658907.9990757483, 6798948.801026824 ] | |||
}, | |||
"stakeholderID" : -1, | |||
"text" : "Point of interest", | |||
"type" : "TEXT_PANEL", | |||
"updateTiming" : "BEFORE", | |||
"version" : 1, | |||
"warnings" : "", | |||
"width" : null | |||
} ]</pre> | |||
==Limit Queries== | |||
version=100: | |||
<pre>https://engine.tygron.com/api/session/items/panels/?version=100&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/panels/?version=100&token=API_TOKEN</pre> | ||
== | ==Show Queries== | ||
max version: | |||
<pre>https://engine.tygron.com/api/session/items/panels/version/?token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/panels/version/?token=API_TOKEN</pre> | ||
size: | size: | ||
<pre>https://engine.tygron.com/api/session/items/panels/size/?token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/panels/size/?token=API_TOKEN</pre> | ||
== | ==Formats== | ||
HTML: | |||
<pre>https://engine.tygron.com/api/session/items/panels/?f=HTML&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/panels/?f=HTML&token=API_TOKEN</pre> | ||
JSON: | JSON: | ||
| Line 23: | Line 94: | ||
ZIPSMILE: | ZIPSMILE: | ||
<pre>https://engine.tygron.com/api/session/items/panels/?f=ZIPSMILE&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/panels/?f=ZIPSMILE&token=API_TOKEN</pre> | ||
{{article end|seealso=*[[Api Content Items]]}} | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor panel]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 14:29, 1 April 2026
Api session items Panel Endpoints.
Manipulate items with event: editorpanel.
Default Query:
https://engine.tygron.com/api/session/items/panels/?f=JSON&token=API_TOKEN
Example Response:
[ {
"answers" : [ ],
"attributes" : {
"ATTENTION" : [ 1.0 ],
"POPUP_TYPE" : [ 0.0 ],
"SCALE" : [ 1.0 ],
"VISIBLE" : [ 1.0 ],
"VISIBLE_TIMEFRAME" : [ 0.0 ]
},
"calcTimeMS" : 30,
"contentID" : null,
"contentMapLink" : null,
"excelID" : 1,
"height" : null,
"id" : 0,
"layoutX" : null,
"layoutY" : null,
"maquetteOverride" : null,
"name" : "Excel Panel",
"overlayID" : -1,
"overrideDefaultAnswerID" : -1,
"parentID" : null,
"point" : null,
"polygons" : null,
"stakeholderID" : -1,
"text" : "",
"type" : "EXCEL_PANEL",
"updateTiming" : "BEFORE",
"version" : 6,
"warnings" : "",
"width" : null
}, {
"answers" : [ ],
"attributes" : {
"ATTENTION" : [ 1.0 ],
"COLOR" : [ -6704129.0 ],
"POPUP_TYPE" : [ 7.0 ],
"SCALE" : [ 1.0 ],
"VISIBLE" : [ 1.0 ],
"VISIBLE_TIMEFRAME" : [ 0.0 ]
},
"calcTimeMS" : 0,
"contentID" : null,
"contentMapLink" : null,
"height" : null,
"id" : 1,
"layoutX" : null,
"layoutY" : null,
"maquetteOverride" : null,
"name" : "Text Panel",
"overlayID" : -1,
"overrideDefaultAnswerID" : -1,
"parentID" : null,
"point" : {
"type" : "Point",
"coordinates" : [ 658907.9990757483, 6798948.801026824 ]
},
"stakeholderID" : -1,
"text" : "Point of interest",
"type" : "TEXT_PANEL",
"updateTiming" : "BEFORE",
"version" : 1,
"warnings" : "",
"width" : null
} ]
Limit Queries
version=100:
https://engine.tygron.com/api/session/items/panels/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/panels/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/panels/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/panels/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/panels/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/panels/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/panels/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/panels/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/panels/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/panels/?f=ZIPSMILE&token=API_TOKEN