Api session items sounds: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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/sounds/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/sounds/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
==Api Model Sound== | |||
API Model description of Sound | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|background | |||
|boolean | |||
| | |||
|- | |||
|filename | |||
|String | |||
| | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|loop | |||
|boolean | |||
| | |||
|- | |||
|name | |||
|String | |||
| | |||
|- | |||
|version | |||
|int | |||
| | |||
|- | |||
|volume | |||
|double | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor sound]] | *[[Api session event editor sound]] | ||
| Line 35: | Line 72: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 14:14, 24 April 2026
Api session items Sound Endpoints.
Edit items with event: editorsound.
Default Query:
https://engine.tygron.com/api/session/items/sounds/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/sounds/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/sounds/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/sounds/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/sounds/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/sounds/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/sounds/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/sounds/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/sounds/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/sounds/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/sounds/?f=ZIPSMILE&token=API_TOKENApi Model Sound
API Model description of Sound
| Name | Type | Description |
|---|---|---|
| background | boolean | |
| filename | String | |
| id | int | |
| loop | boolean | |
| name | String | |
| version | int | |
| volume | double |