Api session items progress: Difference between revisions
Jump to navigation
Jump to search
Created page with "api session items Progres Endpoints. Manipulate items with event: [[]]. ==Limit Queries==version=100: <pre>https://engine.tygron.com/api/session/items/progress/?version=100&token=API_TOKEN</pre> ==Limit Queries==max version: <pre>https://engine.tygron.com/api/session/items/progress/version/?token=API_TOKEN</pre> size: <pre>https://engine.tygron.com/api/session/items/progress/size/?token=API_TOKEN</pre> ==Limit Queries==HTML: <pre>https://engine.tygron.com/api/ses..." |
No edit summary |
||
| (22 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
api session items | API Endpoint: /api/session/items/progress/ | ||
==Limit Queries==version=100: | Default Query: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/?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/progress/?version=100&token=API_TOKEN</syntaxhighlight> | ||
< | ==Get Queries== | ||
attributes: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/attributes/?token=API_TOKEN</syntaxhighlight> | |||
max version: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/version/?token=API_TOKEN</syntaxhighlight> | |||
count: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/count/?token=API_TOKEN</syntaxhighlight> | |||
==Formats== | |||
HTML: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/?f=HTML&token=API_TOKEN</syntaxhighlight> | |||
JSON: | JSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
CSV: | CSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/?f=CSV&token=API_TOKEN</syntaxhighlight> | ||
SSV: | SSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/?f=SSV&token=API_TOKEN</syntaxhighlight> | ||
SMILE: | SMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/?f=SMILE&token=API_TOKEN</syntaxhighlight> | ||
ZIPJSON: | ZIPJSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | ||
ZIPSMILE: | ZIPSMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/progress/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
{{article end|seealso=*[[Api Content Items]]}} | ==Api Model Progress== | ||
API Model description of Progress | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| downloadTime | |||
| long | |||
| | |||
|- | |||
| failText | |||
| String | |||
| | |||
|- | |||
| featureCount | |||
| int | |||
| | |||
|- | |||
| iconName | |||
| String | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| name | |||
| String | |||
| | |||
|- | |||
| processTime | |||
| long | |||
| | |||
|- | |||
| progress | |||
| double | |||
| | |||
|- | |||
| source | |||
| String | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | |||
*[[Api session event editor]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 07:14, 7 July 2026
API Endpoint: /api/session/items/progress/
Default Query:
https://engine.tygron.com/api/session/items/progress/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/progress/?version=100&token=API_TOKENGet Queries
attributes:
https://engine.tygron.com/api/session/items/progress/attributes/?token=API_TOKENmax version:
https://engine.tygron.com/api/session/items/progress/version/?token=API_TOKENcount:
https://engine.tygron.com/api/session/items/progress/count/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/progress/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/progress/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/progress/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/progress/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/progress/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/progress/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/progress/?f=ZIPSMILE&token=API_TOKENApi Model Progress
API Model description of Progress
| Name | Type | Description |
|---|---|---|
| downloadTime | long | |
| failText | String | |
| featureCount | int | |
| iconName | String | |
| id | int | |
| name | String | |
| processTime | long | |
| progress | double | |
| source | String | |
| version | int |