Api session items geotiffs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Endpoint: /api/session/items/geotiffs/ | |||
Edit items with events described at [[Api session event editor geotiff]]. | Edit items with events described at [[Api session event editor geotiff]]. | ||
| Line 9: | Line 9: | ||
"id" : 0, | "id" : 0, | ||
"name" : "NL_GHG_kk-nhi", | "name" : "NL_GHG_kk-nhi", | ||
"override" : | "override" : true, | ||
"uploadDate" : null, | "uploadDate" : null, | ||
"uploaderName" : "NHI Data", | "uploaderName" : "NHI Data", | ||
| Line 20: | Line 20: | ||
"uploadDate" : null, | "uploadDate" : null, | ||
"uploaderName" : "NHI Data", | "uploaderName" : "NHI Data", | ||
"version" : | "version" : 2, | ||
"warnings" : "" | "warnings" : "" | ||
} ]</syntaxhighlight> | } ]</syntaxhighlight> | ||
| Line 26: | Line 26: | ||
version=100: | version=100: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?version=100&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?version=100&token=API_TOKEN</syntaxhighlight> | ||
== | ==Get Queries== | ||
attributes: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/attributes/?token=API_TOKEN</syntaxhighlight> | |||
max version: | max version: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKEN</syntaxhighlight> | ||
count: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/ | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/count/?token=API_TOKEN</syntaxhighlight> | ||
==Formats== | ==Formats== | ||
HTML: | HTML: | ||
| Line 54: | Line 56: | ||
!Description | !Description | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|override | | override | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|uploadDate | | uploadDate | ||
|long | | long | ||
| | | | ||
|- | |- | ||
|uploaderName | | uploaderName | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|warnings | | warnings | ||
|String | | String | ||
| | | | ||
|} | |} | ||
| Line 91: | Line 93: | ||
!Description | !Description | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|uploadDate | | uploadDate | ||
|long | | long | ||
| | | | ||
|- | |- | ||
|uploaderName | | uploaderName | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|warnings | | warnings | ||
|String | | String | ||
| | | | ||
|} | |} | ||
Latest revision as of 07:14, 7 July 2026
API 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" : true,
"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_TOKENGet Queries
attributes:
https://engine.tygron.com/api/session/items/geotiffs/attributes/?token=API_TOKENmax version:
https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKENcount:
https://engine.tygron.com/api/session/items/geotiffs/count/?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 |