Api Session Endpoint

From Tygron Support wiki
Revision as of 12:08, 6 May 2026 by Frank@tygron.nl (talk | contribs) (Created page with "General path: api/session/ =SessionOverlay= ==getDoc== Path: api/session/overlay.html Type: GET '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- |id |Query |Integer |-1 |} ==getGeoTiff== Path: api/session/overlay.{format} Type: GET '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- |format |Path |String | |- |crs |Query |String |EPSG:3857 |- |id |Query |Integer |-1 |- |maptype |Query |MapType |MAQUETTE |- |differe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

General path: api/session/

SessionOverlay

getDoc

Path: api/session/overlay.html

Type: GET

Parameters:

Name Location Type Default value
id Query Integer

getGeoTiff

Path: api/session/overlay.{format}

Type: GET

Parameters:

Name Location Type Default value
format Path String
crs Query String EPSG:3857
id Query Integer
maptype Query MapType MAQUETTE
difference Query boolean false
timeframe Query int 0
scale Query double 1
value Query HeightOperator
bbox Query String

getOverview

Path: api/session/overlays.html

Type: GET

Parameters: None

SessionViewers

getElevation

Path: api/session/elevation.html

Type: GET

Parameters:

Name Location Type Default value
format Query String txt

getTiles3D

Path: api/session/3dtiles.html

Type: GET

Parameters: None

getViewers

Path: api/session/viewers.html

Type: GET

Parameters: None

See also