Api Session Stream Endpoint: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "General path: api/session/stream/ =SessionStream= ==getDoc== Path: api/session/stream/{a:|index.html} Type: GET '''Parameters:''' None ==getExport== Path: api/session/stream/export Type: GET '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- |f |Query |Format |BINARY |- |maplink |Query |MapLink | |- |id |Query |Integer | |} ==postImport== Path: api/session/stream/import Type: POST '''Parameters:''' {|class=wikitable !Name !Location !Type..."
 
No edit summary
Line 1: Line 1:
General path: api/session/stream/
General path: api/session/stream/


=SessionStream=
==SessionStream==
==getDoc==
===getDoc===
Path: api/session/stream/{a:|index.html}
Path: api/session/stream/{a:|index.html}


Line 8: Line 8:


'''Parameters:''' None
'''Parameters:''' None
==getExport==
===getExport===
Path: api/session/stream/export
Path: api/session/stream/export


Line 36: Line 36:
|}
|}


==postImport==
===postImport===
Path: api/session/stream/import
Path: api/session/stream/import



Revision as of 12:10, 6 May 2026

General path: api/session/stream/

SessionStream

getDoc

Path: api/session/stream/{a:|index.html}

Type: GET

Parameters: None

getExport

Path: api/session/stream/export

Type: GET

Parameters:

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

postImport

Path: api/session/stream/import

Type: POST

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

See also