Api session event editor

From Tygron Support wiki
Revision as of 08:19, 29 May 2026 by Frank@tygron.nl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Api session event editor Endpoints.

API Endpoints for Generic Editor endpoints for creating a Project and updating.

Name Description
activate_testrun Start or stop a Scenario Testrun.
clear_map Remove all geospatial data of the Project, such as Building, Area, etc.
set_initial_map_size Set the size of the map. This can only be done once.
set_scheduled_update Schedule a long-running update of all active Overlay, Indicator, Panel and Trigger.
start_map_creation Set the Project's georeference center point to the provided coordinates and begin the process of automatically load in available data.
update Calculate all active Overlay, Indicator, Panel and Trigger and wait for the update. Note: for long-running calculations use: set_scheduled_update/ to schedule an update.
update_with_id Waits for update of all active Overlay, Indicator, Panel and Trigger with unique ID. Note: for long-running updates use: set_scheduled_update/ to schedule an update.

See also