Api session items eventbundles: Difference between revisions
Jump to navigation
Jump to search
Replaced content with "Api session items Event Bundles Endpoints. Edit items with event: editoreventbundle. Default Query: <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/eventbundles/?f=JSON&token=API_TOKEN</syntaxhighlight> Example Response: <syntaxhighlight lang="text" copy>[ ]</syntaxhighlight> ==Limit Queries== version=100: <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/eventbu..." Tags: Replaced Manual revert |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 30: | Line 30: | ||
ZIPSMILE: | ZIPSMILE: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/eventbundles/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/eventbundles/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
==Api Model CodedEvent== | |||
API Model description of CodedEvent | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|parameters | |||
|Object<nowiki>[]</nowiki> | |||
| | |||
|} | |||
==Api Model EventBundle== | ==Api Model EventBundle== | ||
API Model description of EventBundle | API Model description of EventBundle | ||
| Line 80: | Line 97: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 14:14, 24 April 2026
Api session items Event Bundles Endpoints.
Edit items with event: editoreventbundle.
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 Bundle ID |
| description | String | |
| id | int | |
| imageName | String | |
| imageVersion | int | |
| name | String | |
| serverEvents | CodedEvent[] | |
| version | int |