Api session items recordings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 60: | Line 60: | ||
|version | |version | ||
|int | |int | ||
| | |||
|} | |||
==Api Model Type (Recording)== | |||
API Enumeration description of Type | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
|TOTAL | |||
| | |||
|- | |||
|LOAD_QUERIES | |||
| | |||
|- | |||
|BEFORE_TRIGGERS | |||
| | |||
|- | |||
|BEFORE_UPDATE_QUERIES | |||
| | |||
|- | |||
|GRIDS | |||
| | |||
|- | |||
|RASTER | |||
| | |||
|- | |||
|GRID_MODELS | |||
| | |||
|- | |||
|AFTER_UPDATE_QUERIES | |||
| | |||
|- | |||
|ALL_QUERIES | |||
| | |||
|- | |||
|QUERY_GEOMETRIES | |||
| | |||
|- | |||
|GEO_QUERIES | |||
| | |||
|- | |||
|ITEM_QUERIES | |||
| | |||
|- | |||
|CALCULATORS | |||
| | |||
|- | |||
|AFTER_TRIGGERS | |||
| | |||
|- | |||
|EXCELS | |||
| | |||
|- | |||
|GRID_UPDATE_QUERIES | |||
| | |||
|- | |||
|GPUS | |||
| | | | ||
|} | |} | ||
Revision as of 12:38, 20 April 2026
Api session items Recording Endpoints.
Default Query:
https://engine.tygron.com/api/session/items/recordings/?f=JSON&token=API_TOKENExample Response:
[ {
"count" : null,
"id" : 0,
"timeMS" : 746,
"version" : 1
}, {
"count" : 1,
"id" : 1,
"timeMS" : 16,
"version" : 12
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/recordings/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/recordings/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/recordings/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/recordings/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/recordings/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/recordings/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/recordings/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/recordings/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/recordings/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/recordings/?f=ZIPSMILE&token=API_TOKENApi Model Recording
API Model description of Recording
| Name | Type | Description |
|---|---|---|
| count | int | |
| id | int | |
| timeMS | long | |
| version | int |
Api Model Type (Recording)
API Enumeration description of Type
| Name | Description |
|---|---|
| TOTAL | |
| LOAD_QUERIES | |
| BEFORE_TRIGGERS | |
| BEFORE_UPDATE_QUERIES | |
| GRIDS | |
| RASTER | |
| GRID_MODELS | |
| AFTER_UPDATE_QUERIES | |
| ALL_QUERIES | |
| QUERY_GEOMETRIES | |
| GEO_QUERIES | |
| ITEM_QUERIES | |
| CALCULATORS | |
| AFTER_TRIGGERS | |
| EXCELS | |
| GRID_UPDATE_QUERIES | |
| GPUS |