Api session stream: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
===GET stream=== | ===GET stream=== | ||
API Endpoint: api/session/stream/ | API Endpoint: api/session/stream/ | ||
'''Parameters:''' None | '''Parameters:''' None | ||
===POST import=== | ===POST import=== | ||
API Endpoint: api/session/stream/import | API Endpoint: api/session/stream/import | ||
| Line 92: | Line 52: | ||
| | | | ||
|} | |} | ||
===GET export=== | |||
API Endpoint: api/session/stream/export | |||
'''Parameters:''' | |||
{|class=wikitable | |||
!Name | |||
!Location | |||
!Type | |||
!Default value | |||
|- | |||
| f | |||
| Query | |||
| [[Format]] | |||
| BINARY | |||
|- | |||
| maplink | |||
| Query | |||
| [[Maplink]] | |||
| | |||
|- | |||
| id | |||
| Query | |||
| Integer | |||
| | |||
|} | |||
===='''Examples==== | |||
'''Export Geo Tiffs ID: 0''': | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=ID&token=API_TOKEN</syntaxhighlight> | |||
'''Export Geo Tiffs ID: 1''': | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=ID&token=API_TOKEN</syntaxhighlight> | |||
'''Export Geo Tiffs ID: 2''': | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=ID&token=API_TOKEN</syntaxhighlight> | |||
{{article end | {{article end | ||
Latest revision as of 07:33, 7 July 2026
API Endpoint: api/session/stream/
GET stream
API Endpoint: api/session/stream/
Parameters: None
POST import
API Endpoint: api/session/stream/import
Content-Type: application/json
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 |
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=ID&token=API_TOKENExport Geo Tiffs ID: 1:
https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=ID&token=API_TOKENExport Geo Tiffs ID: 2:
https://engine.tygron.com/api/session/stream/export?mapLink=GEO_TIFFS&id=ID&token=API_TOKEN