Api session items unitdataoverrides: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
"id" : 2, | "id" : 2, | ||
"name" : "", | "name" : "", | ||
"version" : | "version" : 2 | ||
} ]</syntaxhighlight> | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
| Line 57: | Line 57: | ||
!Description | !Description | ||
|- | |- | ||
|active | | active | ||
|Boolean | | Boolean | ||
| | | | ||
|- | |- | ||
|colors | | colors | ||
|TColor<nowiki>[]</nowiki> | | TColor<nowiki>[]</nowiki> | ||
| | | [[Color]]<nowiki>[]</nowiki> | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |} | ||
Latest revision as of 09:14, 10 June 2026
API Endpoint: /api/session/items/unitdataoverrides/
Default Query:
https://engine.tygron.com/api/session/items/unitdataoverrides/?f=JSON&token=API_TOKENExample Response:
[ {
"active" : null,
"colors" : null,
"id" : 1,
"name" : "",
"version" : 1
}, {
"active" : null,
"colors" : null,
"id" : 2,
"name" : "",
"version" : 2
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/unitdataoverrides/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/unitdataoverrides/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/unitdataoverrides/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/unitdataoverrides/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/unitdataoverrides/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/unitdataoverrides/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/unitdataoverrides/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/unitdataoverrides/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/unitdataoverrides/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/unitdataoverrides/?f=ZIPSMILE&token=API_TOKENApi Model TColor
API Model description of TColor
| Name | Type | Description |
|---|
Api Model UnitDataOverride
API Model description of UnitDataOverride
| Name | Type | Description |
|---|---|---|
| active | Boolean | |
| colors | TColor[] | Color[] |
| id | int | |
| name | String | |
| version | int |