Api session items geotiffs: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
Api session items [[GeoTIFF]]s Endpoints.
Api session items [[GeoTIFF]]s Endpoints.


Manipulate items with event: [[Api session event editor geotiff|editorgeotiff]].
Edit items with event: [[Api session event editor geotiff|editorgeotiff]].


Default Query:
Default Query:
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN</syntaxhighlight>
Example Response:
Example Response:
<pre>[ {
<syntaxhighlight lang="text" copy>[ {
   "id" : 0,
   "id" : 0,
   "name" : "NL_GHG_kk-nhi",
   "name" : "NL_GHG_kk-nhi",
Line 22: Line 22:
   "version" : 2,
   "version" : 2,
   "warnings" : ""
   "warnings" : ""
} ]</pre>
} ]</syntaxhighlight>
==Limit Queries==
==Limit Queries==
version=100:  
version=100:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/?version=100&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?version=100&token=API_TOKEN</syntaxhighlight>
==Show Queries==
==Show Queries==
max version:  
max version:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/version/?token=API_TOKEN</syntaxhighlight>
size:  
size:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/size/?token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/size/?token=API_TOKEN</syntaxhighlight>
==Formats==
==Formats==
HTML:  
HTML:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=HTML&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=HTML&token=API_TOKEN</syntaxhighlight>
JSON:  
JSON:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=JSON&token=API_TOKEN</syntaxhighlight>
CSV:  
CSV:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=CSV&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=CSV&token=API_TOKEN</syntaxhighlight>
SSV:  
SSV:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=SSV&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=SSV&token=API_TOKEN</syntaxhighlight>
SMILE:  
SMILE:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=SMILE&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=SMILE&token=API_TOKEN</syntaxhighlight>
ZIPJSON:  
ZIPJSON:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPJSON&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight>
ZIPSMILE:  
ZIPSMILE:  
<pre>https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPSMILE&token=API_TOKEN</pre>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geotiffs/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight>
==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]]
{{article end|seealso=*[[Api Content Items]]
*[[Api session event editor geotiff]]
*[[Api session event editor geotiff]]
Line 51: Line 121:


[[Category:API]]
[[Category:API]]
[[Category:Items]]

Latest revision as of 14:13, 24 April 2026

Api session items GeoTIFFs Endpoints.

Edit 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

Api 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