Api Session Query Endpoint: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Manual revert |
||
| Line 40: | Line 40: | ||
|} | |} | ||
=== | ===postQueryForm=== | ||
Path: api/session/query{a:|index.html} | Path: api/session/query{a:|index.html} | ||
Type: | Type: POST | ||
'''Parameters:''' | '''Parameters:''' | ||
| Line 63: | Line 63: | ||
|} | |} | ||
=== | ===postQueryJson=== | ||
Path: api/session/query{a:|index.html} | Path: api/session/query{a:|index.html} | ||
| Line 86: | Line 86: | ||
|} | |} | ||
=== | ===getDoc=== | ||
Path: api/session/query{a:|index.html} | Path: api/session/query{a:|index.html} | ||
Type: | Type: GET | ||
'''Parameters:''' | '''Parameters:''' | ||
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 |