New pages
Jump to navigation
Jump to search
1 June 2026
- 09:2509:25, 1 June 2026 Api session event logic net lines set attribute (hist | edit) [1,626 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/net_lines_set_attribute/ Description: For each Net Line, set the value of the attribute. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LINE Integer ID or multiple values in array [1, 2, 3]) |Array of Net Line IDs | |- |1 |REQUIRED |(String) |Attribute | |- |2 |REQUIRED |(Floating point number) |Value | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No C...")
- 09:2509:25, 1 June 2026 Api session event logic net line set attribute (hist | edit) [1,558 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/net_line_set_attribute/ Description: Set the attribute of a Net Line to the provided value. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LINE Integer ID) |Net Line ID | |- |1 |REQUIRED |(String) |Attribute | |- |2 |REQUIRED |(Floating point number) |Value | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Exam...")
- 09:2509:25, 1 June 2026 Api session event logic net clusters set state (hist | edit) [1,942 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/net_clusters_set_state/ Description: Per Net Cluster, set all its Net Load of the provided Net Type to the given TimeState. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID or multiple values in array [1, 2, 3]) |Net Cluster IDs | |- |1 |REQUIRED |(NetType or multiple values in array [a, b, c]) |Net Type of loads to be changed. | |- |2 |REQUIRED |(TimeSt...")
- 09:2509:25, 1 June 2026 Api session event logic net clusters set load attributes (hist | edit) [2,061 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/net_clusters_set_load_attributes/ Description: Per Net Cluster, for each Net Load of that Net Cluster, set the values of the provided attributes. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID or multiple values in array [1, 2, 3]) |Net Cluster IDs | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Array with attribute names | |- |2 |REQU...")
- 09:2509:25, 1 June 2026 Api session event logic net clusters set default fraction connected (hist | edit) [1,500 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/net_clusters_set_default_fraction_connected/ Description: Set the default fraction of connected loads with a cluster. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number) |Fraction connected, between 0 and 1 | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighli...")
- 09:2509:25, 1 June 2026 Api session event logic net cluster set load attributes (hist | edit) [1,884 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/net_cluster_set_load_attributes/ Description: For each Net Load of a Net Cluster, set the values of the provided attributes. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Cluster ID | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Array with attribute names | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2...")
- 09:2509:25, 1 June 2026 Api session event logic net cluster set load attribute (hist | edit) [1,358 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/net_cluster_set_load_attribute/ Description: For each Net Load of a Net Cluster, set the value of the attribute. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Cluster ID | |- |1 |REQUIRED |(String) |Attribute name | |- |2 |REQUIRED |(Floating point number) |Value | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |-...")
- 09:2509:25, 1 June 2026 Api session event logic net cluster set fraction connected (hist | edit) [1,546 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/net_cluster_set_fraction_connected/ Description: Set the fraction of connected loads with a cluster. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Cluster ID | |- |1 |REQUIRED |(Floating point number) |Fraction connected, between 0 and 1 | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Ex...")
- 09:2509:25, 1 June 2026 Api session event logic neighborhood set attribute (hist | edit) [1,813 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/neighborhood_set_attribute/ Description: Set an attribute for a Neighborhood. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhood ID | |- |1 |REQUIRED |(String) |Valid attribute name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute value | |- |3 |OPTIONAL |(true, false) |...")
- 09:2509:25, 1 June 2026 Api session event logic money transfers set approved (hist | edit) [1,230 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/money_transfers_set_approved/ Description: Approve a Money Transfer {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MONEY_TRANSFER Integer ID) |Money transfer ID | |- |1 |REQUIRED |(true, false) |Approved |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighligh...")
- 09:2509:25, 1 June 2026 Api session event logic money transfer add (hist | edit) [1,804 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/money_transfer_add/ Description: Create a new Money Transfer between two Stakeholder. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder From ID | |- |1 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder To ID | |- |2 |REQUIRED |(Enumeration) |Money transfer Type |LAND, SUBSIDY or TRANSFER |- |3 |REQUIRED |(String) |Provided motivation | |- |4 |REQUI...")
- 09:2509:25, 1 June 2026 Api session event logic measurement set sum (hist | edit) [1,243 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/measurement_set_sum/ Description: Set a Measurement to add its base Overlay to itself. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID) |Measurement ID | |- |1 |REQUIRED |(true, false) |Add base Overlay |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Cu...")
- 09:2509:25, 1 June 2026 Api session event logic measurement set overlays (hist | edit) [1,538 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/measurement_set_overlays/ Description: Set base Overlay for an existing Measurement. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID) |Measurement ID | |- |1 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |}...")
- 09:2509:25, 1 June 2026 Api session event logic measurement save (hist | edit) [1,100 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/measurement_save/ Description: Save a Measurement. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID) |Measurement ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/session/event/logic/me...")
- 09:2509:25, 1 June 2026 Api session event logic measurement remove (hist | edit) [1,403 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/measurement_remove/ Description: Remove a Measurement. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID or multiple values in array [1, 2, 3]) |Measurement ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://en...")
- 09:2509:25, 1 June 2026 Api session event logic measurement point add (hist | edit) [2,028 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/measurement_point_add/ Description: Add a PointMeasurement for an Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay IDs | |- |1 |REQUIRED |(Point with crs: EPSG:3857) |Point | |- |2 |REQUIRED |(String) |Name | |- |3 |REQUIRED |(true, false) |Save Measurement |true or...")
- 09:2509:25, 1 June 2026 Api session event logic measurement line add (hist | edit) [2,451 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/measurement_line_add/ Description: Add a LineMeasurement for an Overlay for a specific Timeframe. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay IDs | |- |1 |REQUIRED |(Point with crs: EPSG:3857) |Point start | |- |2 |REQUIRED |(Point with crs: EPSG:3857) |Point end | |- |3 |...")
- 09:2509:25, 1 June 2026 Api session event logic measurement item add (hist | edit) [2,461 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/measurement_item_add/ Description: Add a ItemMeasurement for an Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(Enumeration) |Maplink ID |ACTION_LOGS, ACTION_MENUS, ADDRESSES, AREAS, ATTRIBUTE_ACTIONS, BUILDINGS, CHAT_CHANNELS, CHAT_MESSAGES, CINEMATIC_DATAS, CLIENT_WORDS, COSTS, CUSTOM_GEOMETRIES, DEFAULT_WORDS, ERROR_...")
- 09:2509:25, 1 June 2026 Api session event logic map direct sell land (hist | edit) [2,286 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/map_direct_sell_land/ Description: Direct sale of land, no approval asked. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Selling Stakeholder ID | |- |1 |REQUIRED |(STAKEHOLDER Integer ID) |Buying Stakeholder ID | |- |2 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |Area of land being sold | |- |3 |REQUIRED |(Floating point number) |Price per square meter | |} =...")
- 09:2509:25, 1 June 2026 Api session event logic global set values (hist | edit) [1,644 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/global_set_values/ Description: Set Global Variable to given number Values. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID or multiple values in array [1, 2, 3]) |Global ID | |- |1 |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]]) |Values | |} ===Response Codes=== {|class=wikitable !Response Code:...")
- 09:2509:25, 1 June 2026 Api session event logic global set value (hist | edit) [1,546 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/global_set_value/ Description: Set Global Variable to given number Value. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID or multiple values in array [1, 2, 3]) |Global ID | |- |1 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Value | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Code...")
- 09:2509:25, 1 June 2026 Api session event logic dismiss error (hist | edit) [1,376 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/dismiss_error/ Description: Dismiss Error Log. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(ERROR_LOG Integer ID or multiple values in array [1, 2, 3]) |Error Log ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://engine.tygron....")
- 09:2509:25, 1 June 2026 Api session event logic cinematic stakeholder stop (hist | edit) [1,161 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/cinematic_stakeholder_stop/ Description: Stop any Cinematic for a specific Stakeholder. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://eng...")
- 09:2509:25, 1 June 2026 Api session event logic cinematic stakeholder start (hist | edit) [1,357 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/cinematic_stakeholder_start/ Description: Start a Cinematic for a specific Stakeholder. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(CINEMATIC_DATA Integer ID) |Cinematic ID | |- |2 |REQUIRED |(true, false) |Animate to Cinematic starting point |true or false |} ===Response Codes=== {|class=wikitable !Response Code:...")
- 09:2509:25, 1 June 2026 Api session event logic cinematic reached point (hist | edit) [1,320 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/cinematic_reached_point/ Description: Flightpoint reached for a specific Cinematic. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(CINEMATIC_DATA Integer ID) |Cinematic ID | |- |2 |REQUIRED |(Integer number) |ID of point in Cinematic reached | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |N...")
- 09:2509:25, 1 June 2026 Api session event logic building set attributes (hist | edit) [1,927 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/building_set_attributes/ Description: Per entry in the array, set the values of the attribute for the Building. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(BUILDING Integer ID or multiple values in array [1, 2, 3]) |Array of Building IDs | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |2 |REQUIRED |(Floating point number or multiple values in...")
- 09:2509:25, 1 June 2026 Api session event logic building set attribute (hist | edit) [1,570 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/building_set_attribute/ Description: Set Building Attribute to given number Value. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(BUILDING Integer ID) |Building ID | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number) |Value | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example...")
- 09:2509:25, 1 June 2026 Api session event logic areas set attributes (hist | edit) [1,906 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/areas_set_attributes/ Description: Per entry in the array, set the value of the attribute for the Area. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Array of Area IDs | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Array of Attributes | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0,...")
- 09:2509:25, 1 June 2026 Api session event logic area set attribute (hist | edit) [1,732 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/area_set_attribute/ Description: Set Area Attribute to given number Value. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Area ID | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Value | |- |3 |OPTIONAL |(true, false) |Update Indicator (optional) | |...")
- 09:2509:25, 1 June 2026 Api session event logic area set active (hist | edit) [1,531 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/area_set_active/ Description: Activate/deactivate a Area. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Area ID | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Activated | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example P...")
- 09:2509:25, 1 June 2026 Api session event logic action menu set upgrade available (hist | edit) [1,339 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/action_menu_set_upgrade_available/ Description: Add or remove an upgrade from a particular Action Menu. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(ACTION_MENU Integer ID) |Action Menu ID | |- |1 |REQUIRED |(UPGRADE_TYPE Integer ID) |Upgrade ID | |- |2 |REQUIRED |(true, false) |Available |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No C...")
- 09:2509:25, 1 June 2026 Api session event logic action menu set measure available (hist | edit) [1,341 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/action_menu_set_measure_available/ Description: Add or remove a Measure from a particular Action Menu. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(ACTION_MENU Integer ID) |Action Menu ID | |- |1 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |2 |REQUIRED |(true, false) |Available |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No...")
- 09:2509:25, 1 June 2026 Api session event logic action menu set function available (hist | edit) [1,347 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/action_menu_set_function_available/ Description: Add or remove a Function from a particular Action Menu. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(ACTION_MENU Integer ID) |Action Menu ID | |- |1 |REQUIRED |(FUNCTION Integer ID) |Function ID | |- |2 |REQUIRED |(true, false) |Available |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204...")
- 09:2509:25, 1 June 2026 Api session event logic action log export (hist | edit) [1,070 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/logic/action_log_export/ Description: Export history of actions taken by participants. {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |byte[] (byte array) |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/session/event/logic/action_log_export/' -H 'Content...")
- 09:2509:25, 1 June 2026 Api session event answer (hist | edit) [5,583 bytes] Frank@tygron.nl (talk | contribs) (Created page with "Api session event answer Endpoints. API Endpoints for Endpoints related to answering Popup in a testrun/impact Session. {|class=wikitable !Name !Description |- |building_ask_construction_date |Stakeholder has planned the construction of a particular Building for a particular date stored in a Popup |- |building_ask_demolish_date |Stake...")
- 09:2509:25, 1 June 2026 Api session event answer upgrades approval confirmed (hist | edit) [1,660 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/upgrades_approval_confirmed/ Description: Upgrading Stakeholder confirms the continuation of the planned upgrades {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(BUILDING Integer ID or multiple values in array [1, 2, 3]) |Building IDs | |- |2 |REQUIRED |(true, false) |Confirms |true or false |} ===Response Codes=== {|class=wi...")
- 09:2509:25, 1 June 2026 Api session event answer upgrade zoning permit denied (hist | edit) [1,245 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/upgrade_zoning_permit_denied/ Description: Stakeholder's upgrade is denied based on zoning {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(BUILDING Integer ID) |Building ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example...")
- 09:2509:25, 1 June 2026 Api session event answer upgrade zoning permit confirmed (hist | edit) [1,257 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/upgrade_zoning_permit_confirmed/ Description: Stakeholder's upgrade has received a zoning permit {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(BUILDING Integer ID) |Building ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl ex...")
- 09:2509:25, 1 June 2026 Api session event answer upgrade ask date (hist | edit) [1,346 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/upgrade_ask_date/ Description: Stakeholder has planned the upgrade-construction of a particular Building for a particular date stored in a Popup {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(BUILDING Integer ID) |Building ID | |- |2 |REQUIRED |(POPUP Integer ID) |Popup ID | |} ===Response Codes=== {|class=wikitabl...")
- 09:2509:25, 1 June 2026 Api session event answer upgrade approval confirmed (hist | edit) [1,337 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/upgrade_approval_confirmed/ Description: Upgrading Stakeholder confirms the continuation of the planned upgrade {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(BUILDING Integer ID) |Building ID | |- |2 |REQUIRED |(true, false) |Confirms |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |...")
- 09:2509:25, 1 June 2026 Api session event answer upgrade approval (hist | edit) [1,294 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/upgrade_approval/ Description: Stakeholder approves upgrade-construction of Building {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(BUILDING Integer ID) |Building ID | |- |2 |REQUIRED |(true, false) |Approves |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300...")
- 09:2509:25, 1 June 2026 Api session event answer net reject connect (hist | edit) [1,129 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/net_reject_connect/ Description: Reject the connection of a network cluster {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Cluster ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/...")
- 09:2509:25, 1 June 2026 Api session event answer net producer connect (hist | edit) [1,132 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/net_producer_connect/ Description: Connect a network cluster as a producer {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Cluster ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/s...")
- 09:2509:25, 1 June 2026 Api session event answer net consumer connect (hist | edit) [1,132 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/net_consumer_connect/ Description: Connect a network cluster as a consumer {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Cluster ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/s...")
- 09:2509:25, 1 June 2026 Api session event answer net cancel connect (hist | edit) [1,122 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/net_cancel_connect/ Description: Cancel connecting a network cluster {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Cluster ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/session...")
- 09:2509:25, 1 June 2026 Api session event answer net accept connect (hist | edit) [1,129 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/net_accept_connect/ Description: Accept the connection of a network cluster {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Cluster ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/...")
- 09:2509:25, 1 June 2026 Api session event answer measure zoning permit denied (hist | edit) [1,236 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/measure_zoning_permit_denied/ Description: Zoning plan permitter denied the Measure {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(MEASURE Integer ID) |Measure ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <s...")
- 09:2509:25, 1 June 2026 Api session event answer measure construction zoning approval confirm (hist | edit) [1,201 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/measure_construction_zoning_approval_confirm/ Description: Owner confirms zoning permit for Measure {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Curl example POST: <syntaxhighlight lang="text" copy>curl 'https://en...")
- 09:2509:25, 1 June 2026 Api session event answer measure construction denied confirmed (hist | edit) [1,293 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/measure_construction_denied_confirmed/ Description: Owner of Measure confirms that the planned Measure is not approved {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(MEASURE Integer ID) |Measure ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ==...")
- 09:2509:25, 1 June 2026 Api session event answer measure construction approval confirm (hist | edit) [1,368 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/answer/measure_construction_approval_confirm/ Description: Owner of Measure confirms the continuation of the planned construction {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |- |1 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |2 |REQUIRED |(true, false) |Confirms |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Descrip...")