Api Session Stream Endpoint: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 2: Line 2:


==SessionStream==
==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===
===postImport===
Path: api/session/stream/import
Path: api/session/stream/import
Line 47: Line 81:
|Query
|Query
|String
|String
|
|}
===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
|
|
|}
|}

Latest revision as of 09:05, 3 June 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