Api session items attributeactions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 38: | Line 38: | ||
!Description | !Description | ||
|- | |- | ||
|attributes | | attributes | ||
|Map<String,double[]> | | Map<String,double[]> | ||
| | | | ||
|- | |- | ||
|description | | description | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|fixedValue | | fixedValue | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|imageName | | imageName | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|imageVersion | | imageVersion | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|maquetteOverride | | maquetteOverride | ||
|Map<String,double[]> | | Map<String,double[]> | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |} | ||
Latest revision as of 09:14, 10 June 2026
API Endpoint: /api/session/items/attributeactions/
Edit items with events described at Api session event editor attributeaction.
Default Query:
https://engine.tygron.com/api/session/items/attributeactions/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/attributeactions/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/attributeactions/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/attributeactions/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/attributeactions/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/attributeactions/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/attributeactions/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/attributeactions/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/attributeactions/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/attributeactions/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/attributeactions/?f=ZIPSMILE&token=API_TOKENApi Model AttributeAction
API Model description of AttributeAction
| Name | Type | Description |
|---|---|---|
| attributes | Map<String,double[]> | |
| description | String | |
| fixedValue | boolean | |
| id | int | |
| imageName | String | |
| imageVersion | int | |
| maquetteOverride | Map<String,double[]> | |
| name | String | |
| version | int |