New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

30 March 2026

  • 10:1810:18, 30 March 2026 Api session event editor overlay set grid active (hist | edit) [1,627 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Activates or deactivates an Overlay. Only active Overlays are recalculated by the simulation. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay 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...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set geotiff (hist | edit) [1,581 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the GeoTIFF displayed by a specified GeoTIFF Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a GeoTIFF Overlay) | |- |1 |REQUIRED |(GEO_TIFF Integer ID or multiple values in array [1, 2, 3]) |Unique GeoTIFF IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Exa...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set discharge method (hist | edit) [1,252 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Discharge Method {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlays | |- |1 |REQUIRED |(Enumeration) |DischargeMethod |HEIGHT_MINIMA, AREAS or WATER_TERRAINS |} ===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/editoroverlay/set_discharge_method/...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set custom legend (hist | edit) [1,432 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set whether the specified Overlay has a custom legend. If the specified Overlay is reverted to use a default Overlay, any custom legend information for the Overlay is removed. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(true, false) |Has a custom legend (false sets the Overlay to use the default legend) |true or false |} ===Response Codes=== {|class=wikitab...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set combo formula (hist | edit) [1,200 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set formula for a Combo Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(String) |Formula | |} ===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/editoroverlay/set_combo_formula/?f=HTML&token=API_TOKEN with content:...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set avg distance (hist | edit) [1,529 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the averaging distance for a specified AVG Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to an AVG Overlay) | |- |1 |REQUIRED |(Floating point number) |Averaging distance | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/ses...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set attribute overlay values (hist | edit) [2,531 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set which type of item and which attribute a specified ATTRIBUTE Overlay should highlight. The ATTRIBUTE Overlay will highlight each item it finds which is both of the specified maptype as well as has the specified attribute {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to an ATTRIBUTE Overlay) | |- |1 |REQUIRED |(Enumeration) |MapLink: AREAS, BUILDINGS, NEIGHBORHOODS, NE...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set attribute overlay color attribute (hist | edit) [1,575 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set which attribute a specified ATTRIBUTE Overlay should use to color the items it finds. If present in the item, it will use that attribute's color to color the item in the 3D world. If absent, the Overlay's color will be used. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to an ATTRIBUTE Overlay) | |- |1 |REQUIRED |(String) |Attribute to use to color a found item | |} =...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay save grid (hist | edit) [1,526 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Create a copy of each specified Overlay. The copies will have the same settings and attributes, but can be edited independently of the originals. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |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 |} ===Example POST=== Example POST:...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay remove water weather (hist | edit) [1,124 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Water Weather {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlays | |} ===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/editoroverlay/remove_water_weather/?f=HTML&token=API_TOKEN with content: <pre>[ 61 ] </pre> {{article end|seealso=*ap...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay remove prequel (hist | edit) [1,241 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove a Grid Overlay's prequel Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Grid Overlay ID | |- |1 |REQUIRED |(String) |Prequel Type Name | |} ===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/editoroverlay/remove_prequel/?f=HTML&token=API_...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay remove overlay function (hist | edit) [1,639 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove a specified function to highlight from a specified FUNCTION_HIGHLIGHT Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a FUNCTION_HIGHLIGHT Overlay) | |- |1 |REQUIRED |(FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Function IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay remove legend entry (hist | edit) [1,807 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove the specified legend entries from a specified Overlay. The Overlay must have a custom legend before entries can be removed from it. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(true, false) |Remove from custom difference legend (false removes the entry from the normal custom legend) |true or false |- |2 |REQUIRED |(Integer number or multiple values in arr...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay add type (hist | edit) [1,497 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add multiple new Overlays of the specified types. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OverlayType or multiple values in array [a, b, c]) |Array of OverlayTypes | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Integer array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editoroverlay/add_type/?f=HTML&to...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay add result child (hist | edit) [1,595 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a specified result type as a child Overlay to a specified grid Overlay. The child Overlay's result will be based on the parent's calculation, allowing you to get multiple types of results from the same calculation. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a grid Overlay with result types) | |- |1 |REQUIRED |(String) |Result type for new child Overlay (must...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay add overlay function (hist | edit) [1,595 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a function to highlight to a specified FUNCTION Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a FUNCTION Overlay) | |- |1 |REQUIRED |(FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Function IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Exam...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay add legend entry (hist | edit) [2,040 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a Legend Entry to a specified Overlay. The Overlay must have a custom legend before entries can be added to it. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Add to custom difference legend (false adds the entry to the normal custom legend) | |- |2 |OPTIONAL |(String...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set name (hist | edit) [1,656 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the name for a specified Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Name for the Overlay | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://en...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set attributes (hist | edit) [1,932 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Overlay attribute values {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlays | |- |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 |(SOURCE...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay set attribute (hist | edit) [1,732 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Overlay attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlays | |- |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: !Descr...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay remove attribute (hist | edit) [1,801 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove the specified attributes of the specified Overlay. The attributes, including attributes which are added to an Overlay by default, are removed entirely. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attributes to remove | |} ===Response Codes=== {|class=wikitable !Respo...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay remove (hist | edit) [1,438 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove the specified Overlays. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay IDs | |} ===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/editoroverlay/remove/?f=HTML&to...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay duplicate (hist | edit) [1,416 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Overlay {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlays | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Integer array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editoroverlay/duplicate/?f=HTML&token=API_TOKEN with content:...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay append attribute (hist | edit) [1,786 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Overlay attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlays | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute Values appended to existing values | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} ===Response Code...")
  • 10:1710:17, 30 March 2026 Api session event editor overlay add (hist | edit) [1,597 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a new Overlay of the specified type. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |OverlayType |INFERENCE, AREA, ATTRIBUTE, AVG, COMBO, DISTANCE, FLOODING, FUNCTION, GEO_TIFF, GROUNDWATER, HEAT_STRESS, HEIGHTMAP, IMAGE, ITERATION, LIVABILITY, MUNICIPALITIES, NEIGHBORHOODS, NETWORK_DISTANCE, NETWORK_OVERVIEW, NETWORK_OWNERSHIP, OWNERSHIP, OWNERSHIP_GRID, RAINFALL, RESULT_CHILD, SATELLITE, SCENARIO,...")
  • 10:1710:17, 30 March 2026 Api session event editor neuralnetwork (hist | edit) [642 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor neuralnetwork Events. NeuralNetwork editing. {|class=wikitable !Name !Description |- |ADD |Add new Open Neural Network Exchange |- |REMOVE |Remove existing Neuralnetwork |} Specific Events: {|class=wikitable !Name !Description |- |EXPORT |Export |- |api session event editor neuralnetwork se...")
  • 10:1710:17, 30 March 2026 Api session event editor neuralnetwork set neural network (hist | edit) [1,579 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Neural Network {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEURAL_NETWORK Integer ID) |Neural Networks | |- |1 |REQUIRED |(byte or multiple values in array [a, b, c]) |byte[] | |- |2 |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/e...")
  • 10:1710:17, 30 March 2026 Api session event editor neuralnetwork export (hist | edit) [1,125 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Export {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEURAL_NETWORK Integer ID) |Neural Networks | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |byte[] (byte array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorneuralnetwork/export/?f=HTML&token=API_TOKEN with content: <pre>[ 91 ] </pre> {{article end|seealso=*api s...")
  • 10:1610:16, 30 March 2026 Api session event editor neuralnetwork remove (hist | edit) [1,479 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Neuralnetwork {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEURAL_NETWORK Integer ID or multiple values in array [1, 2, 3]) |Neural Networks | |} ===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/editorneuralnetwork/remov...")
  • 10:1610:16, 30 March 2026 Api session event editor neuralnetwork add (hist | edit) [1,597 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Open Neural Network Exchange {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |Name | |- |1 |REQUIRED |(byte or multiple values in array [a, b, c]) |Byte array content | |- |2 |REQUIRED |(String) |Uploader Name | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Neural Network ID) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com...")
  • 10:1610:16, 30 March 2026 Api session event editor netsetting (hist | edit) [620 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor netsetting Events. NetSetting editing. {|class=wikitable !Name !Description |- |SET_BOOLEAN |Set Boolean |- |SET_CLUSTER_FRACTION_CONNECTED |Set Cluster Fraction Connected |- |SET_OWNER |Set Owner |- |api session event editor netsetting set transported type name|SET_TRA...")
  • 10:1610:16, 30 March 2026 Api session event editor netsetting set transported type name (hist | edit) [1,263 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Transported Type Name {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |NetType |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |- |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/editornetsetting/set_transported_type_name/?f=HTML&to...")
  • 10:1610:16, 30 March 2026 Api session event editor netsetting set owner (hist | edit) [1,230 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Owner {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |NetType |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |- |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/editornetsetting/set_owner/?f=HTML&token=AP...")
  • 10:1610:16, 30 March 2026 Api session event editor netsetting set cluster fraction connected (hist | edit) [1,431 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Cluster Fraction Connected {|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/editornetsetting/set_cluster_fraction_connected/?f=HTML&token=API_TOKEN with content: <pre>[ 29 ] </pre> {{article e...")
  • 10:1610:16, 30 March 2026 Api session event editor netsetting set boolean (hist | edit) [1,996 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Boolean {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |Type |CLUSTER_FRACTION_CONNECTED, CLUSTER_MODELS_ENABLED, ELECTRICITY_ACTIVE, ELECTRICITY_FLOW_ATTRIBUTE, ELECTRICITY_NETWORK_OWNER_ID, FIRST_CONNECT_ACCEPT, GAS_ACTIVE, GAS_FLOW_ATTRIBUTE, GAS_NETWORK_OWNER_ID, HEAT_ACTIVE, HEAT_FLOW_ATTRIBUTE, HEAT_NETWORK_OWNER_ID, INTERNET_ACTIVE, INTERNET_FLOW_ATTRIBUTE, INTERNET_NETWORK_OWNER_ID, LOAD_TO_NODE_LINE...")
  • 10:1610:16, 30 March 2026 Api session event editor netnode (hist | edit) [418 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor netnode Events. NetNode editing. {|class=wikitable !Name !Description |- |REMOVE |Remove existing Netnode |} Specific Events: {|class=wikitable !Name !Description |- |SET_LOCATION |Set Location |} {{article end|seealso=*Api Events}} Category:API")
  • 10:1610:16, 30 March 2026 Api session event editor netnode set location (hist | edit) [1,962 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Location {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |Network type |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |- |1 |REQUIRED |(NET_NODE Integer ID) |Net Node ID | |- |2 |REQUIRED |(Point 3D with crs: EPSG:3857) |Location Point | |- |3 |OPTIONAL |(Floating point number) |Node merge distance (optional, default: 1.0m) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No...")
  • 10:1610:16, 30 March 2026 Api session event editor netnode remove (hist | edit) [1,434 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Netnode {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_NODE Integer ID or multiple values in array [1, 2, 3]) |Net Node ID | |} ===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/editornetnode/remove/?f=HTML&token=API_TO...")
  • 10:1610:16, 30 March 2026 Api session event editor netload (hist | edit) [2,338 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor netload Events. NetLoad editing. {|class=wikitable !Name !Description |- |ADD |Add new Netload |- |APPEND_ATTRIBUTE |Appended to existing Netload attribute value |- |IMPORT |Import multiple Netloads |- |REMOVE |Remove existing Netload |- |api session event edi...")
  • 10:1610:16, 30 March 2026 Api session event editor netload set state (hist | edit) [1,568 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set State {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID or multiple values in array [1, 2, 3]) |Net Loads | |- |1 |REQUIRED |(TimeState or multiple values in array [a, b, c]) |TimeState[] | |} ===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/editornetl...")
  • 10:1610:16, 30 March 2026 Api session event editor netload set point (hist | edit) [1,177 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Point {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID) |Net Loads | |- |1 |OPTIONAL |(Point with crs: EPSG:3857) |Point | |} ===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/editornetload/set_point/?crs=3857&f=HTML&token=API_TOKEN with content: <pre>[...")
  • 10:1610:16, 30 March 2026 Api session event editor netload set node (hist | edit) [1,155 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Node {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID) |Net Loads | |- |1 |REQUIRED |(NET_NODE Integer ID) |Net Nodes | |} ===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/editornetload/set_node/?f=HTML&token=API_TOKEN with content: <pre>[ 23, 97 ]...")
  • 10:1610:16, 30 March 2026 Api session event editor netload set net type (hist | edit) [1,221 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Net Type {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID) |Net Loads | |- |1 |REQUIRED |(Enumeration) |NetType |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |} ===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/editornetload/set_net_type/?f=HTML&token=API_T...")
  • 10:1610:16, 30 March 2026 Api session event editor netload set building (hist | edit) [1,171 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Building {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID) |Net Loads | |- |1 |REQUIRED |(BUILDING Integer ID) |Buildings | |} ===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/editornetload/set_building/?f=HTML&token=API_TOKEN with content: <pre...")
  • 10:1610:16, 30 March 2026 Api session event editor netload remove node (hist | edit) [1,095 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Node {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID) |Net Loads | |} ===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/editornetload/remove_node/?f=HTML&token=API_TOKEN with content: <pre>[ 17 ] </pre> {{article end|seealso=*api session event edit...")
  • 10:1610:16, 30 March 2026 Api session event editor netload remove building (hist | edit) [1,111 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Building {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID) |Net Loads | |} ===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/editornetload/remove_building/?f=HTML&token=API_TOKEN with content: <pre>[ 77 ] </pre> {{article end|seealso=*api sessio...")
  • 10:1610:16, 30 March 2026 Api session event editor netload remove all attributes (hist | edit) [1,430 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove All Attributes {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID or multiple values in array [1, 2, 3]) |Net Loads | |} ===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/editornetload/remove_all_attributes/?f=HTML&token=API_TOKEN with content: <pre>[ [...")
  • 10:1610:16, 30 March 2026 Api session event editor netload remove address (hist | edit) [1,529 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Address {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID or multiple values in array [1, 2, 3]) |Net Loads | |- |1 |REQUIRED |(ADDRESSE Integer ID or multiple values in array [1, 2, 3]) |Addresses | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/eve...")
  • 10:1610:16, 30 March 2026 Api session event editor netload import net (hist | edit) [7,694 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import Net {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |GeometryCollection | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |- |2 |REQUIRED |(NetType or multiple values in array [a, b, c]) |NetType[] | |- |3 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |- |4 |REQUIRED |(Floating point number or multiple values in arra...")
  • 10:1610:16, 30 March 2026 Api session event editor netload generate paths (hist | edit) [1,612 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Paths {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID) |Net Functions | |- |1 |REQUIRED |(NET_LOAD Integer ID or multiple values in array [1, 2, 3]) |Net Loads | |- |2 |REQUIRED |(Floating point number) |Double | |- |3 |REQUIRED |(Floating point number) |Double | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ==...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)