Api session stream: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
API Endpoint: api/session/stream/
API Endpoint: api/session/stream/
===GET===
API Endpoint: api/session/
'''Parameters:''' None
===='''Examples====
'''Export Geo Tiffs ID: 0''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=0&token=API_TOKEN</syntaxhighlight>
Export Geo Tiffs ID: 0
'''Export Geo Tiffs ID: 1''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=1&token=API_TOKEN</syntaxhighlight>
Export Geo Tiffs ID: 1
'''Export Geo Tiffs ID: 2''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=2&token=API_TOKEN</syntaxhighlight>
Export Geo Tiffs ID: 2


===GET===
===GET===
Line 26: Line 6:
'''Parameters:''' None
'''Parameters:''' None
===='''Examples====
===='''Examples====
'''Export Geo Tiffs ID: 0''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=0&token=API_TOKEN</syntaxhighlight>
Export Geo Tiffs ID: 0
'''Export Geo Tiffs ID: 1''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=1&token=API_TOKEN</syntaxhighlight>
Export Geo Tiffs ID: 1
'''Export Geo Tiffs ID: 2''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=2&token=API_TOKEN</syntaxhighlight>
Export Geo Tiffs ID: 2
===GET export===
===GET export===
API Endpoint: api/session/stream/export
API Endpoint: api/session/stream/export

Revision as of 09:43, 15 June 2026

API Endpoint: api/session/stream/

GET

API Endpoint: api/session/stream/

Parameters: None

Examples

GET export

API Endpoint: api/session/stream/export

Parameters:

Name Location Type Default value
f Query Format BINARY
maplink Query Maplink
id Query Integer

Examples

Export Geo Tiffs ID: 0:

https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=0&token=API_TOKEN

Export Geo Tiffs ID: 0

Export Geo Tiffs ID: 1:

https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=1&token=API_TOKEN

Export Geo Tiffs ID: 1

Export Geo Tiffs ID: 2:

https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=2&token=API_TOKEN

Export Geo Tiffs ID: 2

POST import

API Endpoint: api/session/stream/import

Parameters:

Name Location Type Default value
maplink Query Maplink
id Query Integer
input Query Format BINARY
f Query Format JSON
name Query String
uploader Query String
crs Query String

Examples

See also