Web actionmenuactions: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "API Endpoint: web/actionmenuactions.geojson ===GET actionmenuactions.geojson=== API Endpoint: web/actionmenuactions.geojson Produces: application/json '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- | webStakeholderID | Header | Integer | |- | crs | Query | String | EPSG:3857 |- | id | Query | Integer | -1 |} ===='''Examples==== '''Web actionmenuactions''': <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/actionmenuactions...."
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
API Endpoint: web/actionmenuactions.geojson
API Base URL: web/actionmenuactions


===GET actionmenuactions.geojson===
===GET geojson===
API Endpoint: web/actionmenuactions.geojson
API Endpoint: web/actionmenuactions.geojson


Produces: application/json
Response Content-Type: application/json


'''Parameters:'''
'''Parameters:'''
Line 12: Line 12:
!Type
!Type
!Default value
!Default value
|-
| webStakeholderID
| Header
| Integer
|
|-
|-
| crs
| crs

Latest revision as of 10:01, 13 July 2026

API Base URL: web/actionmenuactions

GET geojson

API Endpoint: web/actionmenuactions.geojson

Response Content-Type: application/json

Parameters:

Name Location Type Default value
crs Query String EPSG:3857
id Query Integer -1

Examples

Web actionmenuactions:

https://engine.tygron.com/web/actionmenuactions.geojson?id=ID&token=WEB_TOKEN

See also