Api session items functionoverrides: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session items [[Function Override]]s Endpoints. | |||
Manipulate items with event: [[Api session event editor functionoverride|editorfunctionoverride]]. | Manipulate items with event: [[Api session event editor functionoverride|editorfunctionoverride]]. | ||
==Limit Queries==version=100: | |||
Default Query: | |||
<pre>https://engine.tygron.com/api/session/items/functionoverrides/?f=JSON&token=API_TOKEN</pre> | |||
Example Response: | |||
<pre>[ { | |||
"attributes" : null, | |||
"categories" : [ ], | |||
"description" : "", | |||
"id" : 77, | |||
"imageName" : "", | |||
"imageVersion" : 0, | |||
"maquetteOverride" : null, | |||
"name" : "", | |||
"version" : 1 | |||
}, { | |||
"attributes" : null, | |||
"categories" : [ ], | |||
"description" : "", | |||
"id" : 101, | |||
"imageName" : "", | |||
"imageVersion" : 0, | |||
"maquetteOverride" : null, | |||
"name" : "", | |||
"version" : 2 | |||
} ]</pre> | |||
==Limit Queries== | |||
version=100: | |||
<pre>https://engine.tygron.com/api/session/items/functionoverrides/?version=100&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/functionoverrides/?version=100&token=API_TOKEN</pre> | ||
== | ==Show Queries== | ||
max version: | |||
<pre>https://engine.tygron.com/api/session/items/functionoverrides/version/?token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/functionoverrides/version/?token=API_TOKEN</pre> | ||
size: | size: | ||
<pre>https://engine.tygron.com/api/session/items/functionoverrides/size/?token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/functionoverrides/size/?token=API_TOKEN</pre> | ||
== | ==Formats== | ||
HTML: | |||
<pre>https://engine.tygron.com/api/session/items/functionoverrides/?f=HTML&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/functionoverrides/?f=HTML&token=API_TOKEN</pre> | ||
JSON: | JSON: | ||
| Line 21: | Line 50: | ||
ZIPSMILE: | ZIPSMILE: | ||
<pre>https://engine.tygron.com/api/session/items/functionoverrides/?f=ZIPSMILE&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/functionoverrides/?f=ZIPSMILE&token=API_TOKEN</pre> | ||
{{article end|seealso=*[[Api Content Items]]}} | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor functionoverride]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 14:29, 1 April 2026
Api session items Function Overrides Endpoints.
Manipulate items with event: editorfunctionoverride.
Default Query:
https://engine.tygron.com/api/session/items/functionoverrides/?f=JSON&token=API_TOKEN
Example Response:
[ {
"attributes" : null,
"categories" : [ ],
"description" : "",
"id" : 77,
"imageName" : "",
"imageVersion" : 0,
"maquetteOverride" : null,
"name" : "",
"version" : 1
}, {
"attributes" : null,
"categories" : [ ],
"description" : "",
"id" : 101,
"imageName" : "",
"imageVersion" : 0,
"maquetteOverride" : null,
"name" : "",
"version" : 2
} ]
Limit Queries
version=100:
https://engine.tygron.com/api/session/items/functionoverrides/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/functionoverrides/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/functionoverrides/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/functionoverrides/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/functionoverrides/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/functionoverrides/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/functionoverrides/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/functionoverrides/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/functionoverrides/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/functionoverrides/?f=ZIPSMILE&token=API_TOKEN