Api session items eventbundles: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
!Description | !Description | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|parameters | | parameters | ||
|Object<nowiki>[]</nowiki> | | Object<nowiki>[]</nowiki> | ||
| | | | ||
|} | |} | ||
| Line 55: | Line 55: | ||
!Description | !Description | ||
|- | |- | ||
|clientEvents | | clientEvents | ||
|CodedEvent<nowiki>[]</nowiki> | | CodedEvent<nowiki>[]</nowiki> | ||
| | | | ||
|- | |- | ||
|compoundEventBundleIDs | | compoundEventBundleIDs | ||
|int<nowiki>[]</nowiki> | | int<nowiki>[]</nowiki> | ||
|[[Event Bundle]]s ID | | [[Event Bundle]]s ID | ||
|- | |- | ||
|description | | description | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|imageName | | imageName | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|imageVersion | | imageVersion | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|serverEvents | | serverEvents | ||
|CodedEvent<nowiki>[]</nowiki> | | CodedEvent<nowiki>[]</nowiki> | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |} | ||
Revision as of 11:44, 8 June 2026
API Endpoint: /api/session/items/eventbundles/
Edit items with events described at Api session event editor eventbundle.
Default Query:
https://engine.tygron.com/api/session/items/eventbundles/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/eventbundles/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/eventbundles/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/eventbundles/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/eventbundles/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/eventbundles/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/eventbundles/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/eventbundles/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/eventbundles/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/eventbundles/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/eventbundles/?f=ZIPSMILE&token=API_TOKENApi Model CodedEvent
API Model description of CodedEvent
| Name | Type | Description |
|---|---|---|
| id | int | |
| parameters | Object[] |
Api Model EventBundle
API Model description of EventBundle
| Name | Type | Description |
|---|---|---|
| clientEvents | CodedEvent[] | |
| compoundEventBundleIDs | int[] | Event Bundles ID |
| description | String | |
| id | int | |
| imageName | String | |
| imageVersion | int | |
| name | String | |
| serverEvents | CodedEvent[] | |
| version | int |