Api session items functionoverrides: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
"maquetteOverride" : null, | "maquetteOverride" : null, | ||
"name" : "", | "name" : "", | ||
"version" : | "version" : 1 | ||
}, { | }, { | ||
"attributes" : null, | "attributes" : null, | ||
| Line 50: | Line 50: | ||
ZIPSMILE: | ZIPSMILE: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/functionoverrides/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/functionoverrides/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
==Api Model FunctionOverride== | |||
API Model description of FunctionOverride | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|attributes | |||
|Map<String,double[]> | |||
| | |||
|- | |||
|categories | |||
|Category<nowiki>[]</nowiki> | |||
| | |||
|- | |||
|description | |||
|String | |||
| | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|imageName | |||
|String | |||
| | |||
|- | |||
|imageVersion | |||
|int | |||
| | |||
|- | |||
|maquetteOverride | |||
|Map<String,double[]> | |||
| | |||
|- | |||
|name | |||
|String | |||
| | |||
|- | |||
|version | |||
|int | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor functionoverride]] | *[[Api session event editor functionoverride]] | ||
Revision as of 11:52, 20 April 2026
Api session items Function Overrides Endpoints.
Edit items with event: editorfunctionoverride.
Default Query:
https://engine.tygron.com/api/session/items/functionoverrides/?f=JSON&token=API_TOKENExample 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_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/functionoverrides/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/functionoverrides/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/functionoverrides/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/functionoverrides/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/functionoverrides/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/functionoverrides/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/functionoverrides/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/functionoverrides/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/functionoverrides/?f=ZIPSMILE&token=API_TOKENApi Model FunctionOverride
API Model description of FunctionOverride
| Name | Type | Description |
|---|---|---|
| attributes | Map<String,double[]> | |
| categories | Category[] | |
| description | String | |
| id | int | |
| imageName | String | |
| imageVersion | int | |
| maquetteOverride | Map<String,double[]> | |
| name | String | |
| version | int |