Api Session Query Endpoint: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "General path: api/session/query =SessionQuery= ==getQuery== Path: api/session/query/{query} Type: GET '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- |query |Path |String | |- |value |Query |String |0.0 |- |f |Query |Format |JSON |- |validate |Query |boolean |false |- |crs |Query |String |EPSG:3857 |} ==getDoc== Path: api/session/query{a:|index.html} Type: GET '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- |f..."
 
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
General path: api/session/query
General path: api/session/query


=SessionQuery=
==SessionQuery==
==getQuery==
===getQuery===
Path: api/session/query/{query}
Path: api/session/query/{query}


Line 26: Line 26:
|f
|f
|Query
|Query
|Format
|[[Format]]
|JSON
|JSON
|-
|-
Line 40: Line 40:
|}
|}


==getDoc==
===postQueryForm===
Path: api/session/query{a:|index.html}
Path: api/session/query{a:|index.html}


Type: GET
Type: POST


'''Parameters:'''
'''Parameters:'''
Line 54: Line 54:
|f
|f
|Query
|Query
|Format
|[[Format]]
|JSON
|JSON
|-
|-
Line 63: Line 63:
|}
|}


==postQueryForm==
===postQueryJson===
Path: api/session/query{a:|index.html}
Path: api/session/query{a:|index.html}


Line 77: Line 77:
|f
|f
|Query
|Query
|Format
|[[Format]]
|JSON
|JSON
|-
|-
Line 86: Line 86:
|}
|}


==postQueryJson==
===getDoc===
Path: api/session/query{a:|index.html}
Path: api/session/query{a:|index.html}


Type: POST
Type: GET


'''Parameters:'''
'''Parameters:'''
Line 100: Line 100:
|f
|f
|Query
|Query
|Format
|[[Format]]
|JSON
|JSON
|-
|-

Latest revision as of 14:09, 6 May 2026

General path: api/session/query

SessionQuery

getQuery

Path: api/session/query/{query}

Type: GET

Parameters:

Name Location Type Default value
query Path String
value Query String 0.0
f Query Format JSON
validate Query boolean false
crs Query String EPSG:3857

postQueryForm

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

Type: POST

Parameters:

Name Location Type Default value
f Query Format JSON
crs Query String EPSG:3857

postQueryJson

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

Type: POST

Parameters:

Name Location Type Default value
f Query Format JSON
crs Query String EPSG:3857

getDoc

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

Type: GET

Parameters:

Name Location Type Default value
f Query Format JSON
crs Query String EPSG:3857

See also