Api session items geotiffs: Difference between revisions
Jump to navigation
Jump to search
Created page with "api session items GeoTIFFs Endpoints. Manipulate items with event: editorgeotiff.==Limit Queries==version=100: <pre>https://engine.tygron.com/api/session/items/geotiffs/?version=100&token=API_TOKEN</pre> ==Limit Queries==max version: <pre>https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKEN</pre> size: <pre>https://engine.tygron.com/api/session/items/geotiffs/size/?token=API_TOKEN</pre> ==Limit Queries==HTML: <pre>https://engine.tygro..." |
No edit summary |
||
| (22 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session items [[GeoTIFF]]s Endpoint: /api/session/items/geotiffs/ | |||
< | Edit items with events described at [[Api session event editor geotiff]]. | ||
== | |||
< | Default Query: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN</syntaxhighlight> | |||
Example Response: | |||
<syntaxhighlight lang="text" copy>[ { | |||
"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" : "" | |||
} ]</syntaxhighlight> | |||
==Limit Queries== | |||
version=100: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?version=100&token=API_TOKEN</syntaxhighlight> | |||
==Show Queries== | |||
max version: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKEN</syntaxhighlight> | |||
size: | size: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/size/?token=API_TOKEN</syntaxhighlight> | ||
== | ==Formats== | ||
< | HTML: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=HTML&token=API_TOKEN</syntaxhighlight> | |||
JSON: | JSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
CSV: | CSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=CSV&token=API_TOKEN</syntaxhighlight> | ||
SSV: | SSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=SSV&token=API_TOKEN</syntaxhighlight> | ||
SMILE: | SMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=SMILE&token=API_TOKEN</syntaxhighlight> | ||
ZIPJSON: | ZIPJSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | ||
ZIPSMILE: | ZIPSMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
{{article end|seealso=*[[Api Content Items]]}} | ==Api Model DefaultGeoTiff== | ||
API Model description of DefaultGeoTiff | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|name | |||
|String | |||
| | |||
|- | |||
|override | |||
|boolean | |||
| | |||
|- | |||
|uploadDate | |||
|long | |||
| | |||
|- | |||
|uploaderName | |||
|String | |||
| | |||
|- | |||
|version | |||
|int | |||
| | |||
|- | |||
|warnings | |||
|String | |||
| | |||
|} | |||
==Api Model GeoTiff== | |||
API Model description of GeoTiff | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|name | |||
|String | |||
| | |||
|- | |||
|uploadDate | |||
|long | |||
| | |||
|- | |||
|uploaderName | |||
|String | |||
| | |||
|- | |||
|version | |||
|int | |||
| | |||
|- | |||
|warnings | |||
|String | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | |||
*[[Api session event editor geotiff]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 12:14, 29 May 2026
Api session items GeoTIFFs Endpoint: /api/session/items/geotiffs/
Edit items with events described at Api session event editor geotiff.
Default Query:
https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKENExample 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_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/geotiffs/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/geotiffs/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/geotiffs/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/geotiffs/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/geotiffs/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPSMILE&token=API_TOKENApi Model DefaultGeoTiff
API Model description of DefaultGeoTiff
| Name | Type | Description |
|---|---|---|
| id | int | |
| name | String | |
| override | boolean | |
| uploadDate | long | |
| uploaderName | String | |
| version | int | |
| warnings | String |
Api Model GeoTiff
API Model description of GeoTiff
| Name | Type | Description |
|---|---|---|
| id | int | |
| name | String | |
| uploadDate | long | |
| uploaderName | String | |
| version | int | |
| warnings | String |