Api session items geotiffs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
Manipulate items with event: [[Api session event editor geotiff|editorgeotiff]]. | Manipulate items with event: [[Api session event editor geotiff|editorgeotiff]]. | ||
Default Query: | |||
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN</pre> | |||
Example Response: | |||
<pre>[ { | |||
"id" : 0, | |||
"name" : "NL_GHG_kk-nhi", | |||
"override" : false, | |||
"uploadDate" : null, | |||
"uploaderName" : "NHI Data", | |||
"version" : 1, | |||
"warnings" : "" | |||
}, { | |||
"id" : 1, | |||
"name" : "NL_GLG_kk-nhi", | |||
"override" : false, | |||
"uploadDate" : null, | |||
"uploaderName" : "NHI Data", | |||
"version" : 2, | |||
"warnings" : "" | |||
} ]</pre> | |||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
Latest revision as of 14:29, 1 April 2026
Api session items GeoTIFFs Endpoints.
Manipulate items with event: editorgeotiff.
Default Query:
https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN
Example Response:
[ {
"id" : 0,
"name" : "NL_GHG_kk-nhi",
"override" : false,
"uploadDate" : null,
"uploaderName" : "NHI Data",
"version" : 1,
"warnings" : ""
}, {
"id" : 1,
"name" : "NL_GLG_kk-nhi",
"override" : false,
"uploadDate" : null,
"uploaderName" : "NHI Data",
"version" : 2,
"warnings" : ""
} ]
Limit Queries
version=100:
https://engine.tygron.com/api/session/items/geotiffs/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/geotiffs/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/geotiffs/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/geotiffs/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/geotiffs/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/geotiffs/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPSMILE&token=API_TOKEN