New pages
Jump to navigation
Jump to search
30 March 2026
- 10:2310:23, 30 March 2026 Api session event editor source add file (hist | edit) [1,164 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add File {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |- |1 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsource/add_file/?f=HTML&token=API_TOKEN with content: <pre>[ "Text", "Text" ] </pre> {{article end|seeal...")
- 10:2310:23, 30 March 2026 Api session event editor source add catalog (hist | edit) [1,248 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Catalog {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |GeoCatalog |CSW or ESRI |- |1 |REQUIRED |(String) |String | |- |2 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsource/add_catalog/?f=HTML&token=API_TOKEN w...")
- 10:2310:23, 30 March 2026 Api session event editor source set name (hist | edit) [1,570 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Source {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOURCE Integer ID or multiple values in array [1, 2, 3]) |Sources | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api...")
- 10:2310:23, 30 March 2026 Api session event editor source remove (hist | edit) [1,437 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Source {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOURCE Integer ID or multiple values in array [1, 2, 3]) |Sources | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (True when at least one item was removed) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsource/remove/?f=HTML&token=API_TOKEN...")
- 10:2310:23, 30 March 2026 Api session event editor sound (hist | edit) [733 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor sound Events. Sound editing. {|class=wikitable !Name !Description |- |ADD |Add new Sound |- |REMOVE |Remove existing Sound |- |SET_NAME |Set new name of existing Sound |} Specific Events: {|class=wikitable !Name !Description |- |SET_FILENAME |Set Filename |-...")
- 10:2310:23, 30 March 2026 Api session event editor sound set volume (hist | edit) [1,417 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Volume {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID) |Sounds | |- |1 |REQUIRED |(Floating point number) |Double | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsound/set_volume/?f=HTML&token=API_TOKEN with content: <pre>[ 3, 81 ] </pre> {{a...")
- 10:2310:23, 30 March 2026 Api session event editor sound set loop (hist | edit) [1,174 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Loop {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID) |Sounds | |- |1 |REQUIRED |(true, false) |Boolean |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsound/set_loop/?f=HTML&token=API_TOKEN with content: <pre>[ 77, false ] </pr...")
- 10:2310:23, 30 March 2026 Api session event editor sound set filename (hist | edit) [1,171 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Filename {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID) |Sounds | |- |1 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsound/set_filename/?f=HTML&token=API_TOKEN with content: <pre>[ 33, "Text" ] </pre> {{article...")
- 10:2310:23, 30 March 2026 Api session event editor sound set name (hist | edit) [1,554 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Sound {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID or multiple values in array [1, 2, 3]) |Sounds | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/e...")
- 10:2310:23, 30 March 2026 Api session event editor sound remove (hist | edit) [1,428 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Sound {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID or multiple values in array [1, 2, 3]) |Sounds | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (True when at least one item was removed) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsound/remove/?f=HTML&token=API_TOKEN wit...")
- 10:2310:23, 30 March 2026 Api session event editor sound add (hist | edit) [1,044 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Sound {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsound/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor sound}} Category:API")
- 10:2310:23, 30 March 2026 Api session event editor setting (hist | edit) [2,625 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor setting Events. Setting editing. {|class=wikitable !Name !Description |- |ADD_CRS |Add Crs |- |GET_EPOCH_TIME |Get UTC Epoch Time (Milliseconds since 00:00:00 UTC on 1 January 1970) for local time in this Project |- |GET_SUN_ALTITUDE |Get Sun Altitude value for local time in this Project |...")
- 10:2310:23, 30 March 2026 Api session event editor setting wizard finished (hist | edit) [1,088 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Wizard Finished {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/wizard_finished/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor setting}} Category:API")
- 10:2310:23, 30 March 2026 Api session event editor setting set wind speed (hist | edit) [1,379 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Wind Speed {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number) |Double | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_wind_speed/?f=HTML&token=API_TOKEN with content: <pre>[ 2 ] </pre> {{article end|seealso=*api session event edit...")
- 10:2310:23, 30 March 2026 Api session event editor setting set unit system type (hist | edit) [1,225 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Unit System Type {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |UnitSystemType |BRITISH_IMPERIAL, SI or US_CUSTOMARY |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_unit_system_type/?f=HTML&token=API_TOKEN with content: <pre>[ "SI" ] </p...")
- 10:2310:23, 30 March 2026 Api session event editor setting set timestamp format (hist | edit) [1,150 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Timestamp Format {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_timestamp_format/?f=HTML&token=API_TOKEN with content: <pre>[ "Text" ] </pre> {{article end|seealso=*api session even...")
- 10:2310:23, 30 March 2026 Api session event editor setting set sun dates (hist | edit) [1,412 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Sun Dates {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |long[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_sun_dates/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1, 2, 3 ] ] </pre> {{articl...")
- 10:2310:23, 30 March 2026 Api session event editor setting set setting (hist | edit) [2,442 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Project setting {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |Setting Type |ACTIVE_SCENARIO, AREA_GROUPS, AUTO_CALCULATION, BASE_PANELS, CURRENCY, DECIMALS, DEFAULT_GEOPLUGINS, DEFAULT_GROUND_LOWER_PRICE_M3, DEFAULT_GROUND_RAISE_PRICE_M3, DEFAULT_GROUNDPRICE_M2, DETAILED, EXPORT_CRS, GRID_CELL_SIZE_M, IMPORT_CRS, IMPORT_CRS_FORCE_XY, ITERATIONS, KEEP_ALIVE, LIMIT_MAP, MAP_SIZE_M, MAX_TOTAL_GRIDCELLS, M...")
- 10:2310:23, 30 March 2026 Api session event editor setting set region (hist | edit) [1,192 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Region {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |Region |AFRICA, ASIA, NORTH_AMERICA, NORTHWESTERN_EUROPE or OTHER |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_region/?f=HTML&token=API_TOKEN with content: <pre>[ "NORTH_AMERICA" ]...")
- 10:2310:23, 30 March 2026 Api session event editor setting set rasterization (hist | edit) [1,193 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Rasterization {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |RasterizationMethod |CENTER, COMBINED or OUTLINE |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_rasterization/?f=HTML&token=API_TOKEN with content: <pre>[ "OUTLINE" ] </pre> {...")
- 10:2310:23, 30 March 2026 Api session event editor setting set permission popup active (hist | edit) [1,201 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Permission Popup Active {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(true, false) |Boolean |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_permission_popup_active/?f=HTML&token=API_TOKEN with content: <pre>[ false ] </pre> {{artic...")
- 10:2310:23, 30 March 2026 Api session event editor setting set panel availability (hist | edit) [2,288 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Panel Availability {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |PanelEnum |ACTION_LOG_PANEL, ATTRIBUTE_ACTION_PANEL, BUDGET_PERSONAL_PANEL, CATEGORY_PANEL, ERROR_PANEL, FEEDBACK_PANEL, FLYTHROUGH_PANEL, GLOBAL_EDIT_PANEL, GRID_OPTION_PANEL, HOVER_PANEL, INDICATOR_PANEL, INDICATOR_PARENT_PANEL, LAND_BUY_PANEL, LAND_SELL_PANEL, LEFT_MENU_PANEL, LOG_PANEL, LOGO_PANEL, MENU_PANEL, MONEY_TRANSFER_PANEL...")
- 10:2310:23, 30 March 2026 Api session event editor setting set limit map (hist | edit) [1,604 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Project Map Limit Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |Limit Polygon | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_limit_map/?crs=3857&f=HTML&token=API_TOKEN with content: <pre>[ { "type" : "Mul...")
- 10:2310:23, 30 March 2026 Api session event editor setting set import crs (hist | edit) [1,126 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Import Crs {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_import_crs/?f=HTML&token=API_TOKEN with content: <pre>[ "Text" ] </pre> {{article end|seealso=*api session event editor setting...")
- 10:2310:23, 30 March 2026 Api session event editor setting set grid cell size (hist | edit) [1,488 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the project's grid cell size, used by active overlays. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number) |The new grid cell size in meters. | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Value is updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_grid_cell_size/?f=HTML&tok...")
- 10:2310:23, 30 March 2026 Api session event editor setting set export crs (hist | edit) [1,126 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Export Crs {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_export_crs/?f=HTML&token=API_TOKEN with content: <pre>[ "Text" ] </pre> {{article end|seealso=*api session event editor setting...")
- 10:2210:22, 30 March 2026 Api session event editor setting set default geoplugin (hist | edit) [2,153 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Default Geoplugin {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |MapLink |ACTION_LOGS, ACTION_MENUS, ADDRESSES, AREAS, ATTRIBUTE_ACTIONS, BUILDINGS, CHAT_MESSAGES, CINEMATIC_DATAS, CLIENT_WORDS, COSTS, CUSTOM_GEOMETRIES, DEFAULT_WORDS, ERROR_LOGS, EVENT_BUNDLES, EXCEL_SHEETS, FUNCTION_OVERRIDES, FUNCTIONS, GEO_LINKS, GEO_OPTIONS, GEO_PLUGINS, GEO_TIFFS, GLOBALS, HEIGHTS, INCOMES, INDICATORS, LEVEES, MEASURE...")
- 10:2210:22, 30 March 2026 Api session event editor setting set decimals (hist | edit) [1,117 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Decimals {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Integer | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_decimals/?f=HTML&token=API_TOKEN with content: <pre>[ 70 ] </pre> {{article end|seealso=*api session event editor settin...")
- 10:2210:22, 30 March 2026 Api session event editor setting set currency (hist | edit) [1,170 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Currency {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |TCurrency |POUND_BRITISH, EURO or DOLLAR_US |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/set_currency/?f=HTML&token=API_TOKEN with content: <pre>[ "DOLLAR_US" ] </pre> {{article end|...")
- 10:2210:22, 30 March 2026 Api session event editor setting remove crs (hist | edit) [1,110 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Crs {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/remove_crs/?f=HTML&token=API_TOKEN with content: <pre>[ "Text" ] </pre> {{article end|seealso=*api session event editor setting}} ...")
- 10:2210:22, 30 March 2026 Api session event editor setting get sun motion (hist | edit) [1,461 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Get Sun Motion value for local time in this Project (The Netherlands only) {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Year | |- |1 |REQUIRED |(Integer number) |Month | |- |2 |REQUIRED |(Integer number) |Day | |- |3 |REQUIRED |(Integer number) |Hour | |- |4 |REQUIRED |(Integer number) |Minute | |- |5 |REQUIRED |(Integer number) |Second | |} ===Response Codes=== {|class=wikitable !Response Code: !Descripti...")
- 10:2210:22, 30 March 2026 Api session event editor setting get sun azimuth (hist | edit) [1,443 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Get Sun Azimuth value for local time in this Project {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Year | |- |1 |REQUIRED |(Integer number) |Month | |- |2 |REQUIRED |(Integer number) |Day | |- |3 |REQUIRED |(Integer number) |Hour | |- |4 |REQUIRED |(Integer number) |Minute | |- |5 |REQUIRED |(Integer number) |Second | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Double (Su...")
- 10:2210:22, 30 March 2026 Api session event editor setting get sun altitude (hist | edit) [1,448 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Get Sun Altitude value for local time in this Project {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Year | |- |1 |REQUIRED |(Integer number) |Month | |- |2 |REQUIRED |(Integer number) |Day | |- |3 |REQUIRED |(Integer number) |Hour | |- |4 |REQUIRED |(Integer number) |Minute | |- |5 |REQUIRED |(Integer number) |Second | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Double (S...")
- 10:2210:22, 30 March 2026 Api session event editor setting get epoch time (hist | edit) [1,538 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Get UTC Epoch Time (Milliseconds since 00:00:00 UTC on 1 January 1970) for local time in this Project {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Year | |- |1 |REQUIRED |(Integer number) |Month | |- |2 |REQUIRED |(Integer number) |Day | |- |3 |REQUIRED |(Integer number) |Hour | |- |4 |REQUIRED |(Integer number) |Minute | |- |5 |REQUIRED |(Integer number) |Second | |} ===Response Codes=== {|class=wikit...")
- 10:2210:22, 30 March 2026 Api session event editor setting add crs (hist | edit) [1,098 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Crs {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorsetting/add_crs/?f=HTML&token=API_TOKEN with content: <pre>[ "Text" ] </pre> {{article end|seealso=*api session event editor setting}} Catego...")
- 10:2210:22, 30 March 2026 Api session event editor scenario (hist | edit) [2,456 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor scenario Events. Scenario editing. {|class=wikitable !Name !Description |- |ADD |Add new Scenario. |- |APPEND_ATTRIBUTE |Appended to existing Scenario attribute value |- |DUPLICATE |Duplicate existing Scenario |- |REMOVE |Remove existing Sce...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set restart testrun (hist | edit) [1,720 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to When true test run is restarted on Scenario activation. This option will be deprecated in the future and replaced by multiple maps. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID or multiple values in array [1, 2, 3]) |Scenario ID | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Restart required | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set limit type (hist | edit) [1,263 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Limit Type {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |- |1 |REQUIRED |(Enumeration) |LimitType |DEFAULT, MEASURE_NEIGHBORHOODS or NEIGHBORHOODS |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario/set_limit_type/?f=HTM...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set limit neighborhoods (hist | edit) [1,566 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Limit Neighborhoods {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |- |1 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set event (hist | edit) [1,245 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Event {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |- |1 |REQUIRED |(CodedEvent) |CodedEvent | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario/set_event/?f=HTML&token=API_TOKEN with content: <pre>[ 86, { "id" : -1,...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set description (hist | edit) [1,204 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Description {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |- |1 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario/set_description/?f=HTML&token=API_TOKEN with content: <pre>[ 45, "Text" ] <...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set cinematic (hist | edit) [1,283 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Cinematic {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |- |1 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |- |2 |REQUIRED |(CINEMATIC_DATA Integer ID) |Cinematic Datas | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/...")
- 10:2210:22, 30 March 2026 Api session event editor scenario remove measure (hist | edit) [1,211 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Measure {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |- |1 |REQUIRED |(MEASURE Integer ID) |Measures | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario/remove_measure/?f=HTML&token=API_TOKEN with content: <...")
- 10:2210:22, 30 March 2026 Api session event editor scenario remove event (hist | edit) [1,191 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Event {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |- |1 |REQUIRED |(Integer number) |Integer | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario/remove_event/?f=HTML&token=API_TOKEN with content: <pre>[ 3, 55 ] </p...")
- 10:2210:22, 30 March 2026 Api session event editor scenario remove cinematic (hist | edit) [1,227 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Cinematic {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |- |1 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario/remove_cinematic/?f=HTML&token=API_TOKEN with con...")
- 10:2210:22, 30 March 2026 Api session event editor scenario add measure (hist | edit) [1,257 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a Measure that is triggered on Scenario activation. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenario ID | |- |1 |REQUIRED |(MEASURE Integer ID) |Measure ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario/add_mea...")
- 10:2210:22, 30 March 2026 Api session event editor scenario add event (hist | edit) [1,185 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add empty dummy event that is triggered on Scenario activation. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenario ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorscenario/add_event/?f=HTML&token=API_TOKEN with content: <pre>[ 70...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set name (hist | edit) [1,581 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Scenario {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID or multiple values in array [1, 2, 3]) |Scenarios | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set attributes (hist | edit) [1,967 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Scenario attribute values {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID or multiple values in array [1, 2, 3]) |Scenarios | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix [[1.0, 2.0], [3.0, 4.0], [5.0, 6.0]]) |Attribute Values | |- |3 |OPTIONAL |(SOU...")
- 10:2210:22, 30 March 2026 Api session event editor scenario set attribute (hist | edit) [1,766 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Scenario attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID or multiple values in array [1, 2, 3]) |Scenarios | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute Values | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !De...")