Api session items errorlogs: 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 66: | Line 66: | ||
|version | |version | ||
|int | |int | ||
| | |||
|} | |||
==Api Model Type (ErrorLog)== | |||
API Enumeration description of Type | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
|EXCEL | |||
| | |||
|- | |||
|DATA | |||
| | |||
|- | |||
|REMOTE | |||
| | |||
|- | |||
|TQL | |||
| | |||
|- | |||
|GPU | |||
| | | | ||
|} | |} | ||
| Line 74: | Line 97: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 14:14, 24 April 2026
Api session items Error Logs Endpoints.
Default Query:
https://engine.tygron.com/api/session/items/errorlogs/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/errorlogs/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/errorlogs/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/errorlogs/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/errorlogs/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/errorlogs/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/errorlogs/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/errorlogs/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/errorlogs/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/errorlogs/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/errorlogs/?f=ZIPSMILE&token=API_TOKENApi Model ErrorLog
API Model description of ErrorLog
| Name | Type | Description |
|---|---|---|
| dismissed | boolean | |
| id | int | |
| itemID | int | |
| mapLink | MapLink | |
| message | String | |
| time | long | |
| type | Type | |
| version | int |
Api Model Type (ErrorLog)
API Enumeration description of Type
| Name | Description |
|---|---|
| EXCEL | |
| DATA | |
| REMOTE | |
| TQL | |
| GPU |