Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Tygron Support wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 10:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay add legend entry (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay set name (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay set attributes (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay set attribute (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay remove attribute (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay remove (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay duplicate (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay append attribute (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor overlay add (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor neuralnetwork (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor neuralnetwork set neural network (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:17, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor neuralnetwork export (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor neuralnetwork remove (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor neuralnetwork add (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netsetting (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netsetting set transported type name (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netsetting set owner (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netsetting set cluster fraction connected (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netsetting set boolean (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netnode (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netnode set location (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netnode remove (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload set state (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload set point (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload set node (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload set net type (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload set building (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload remove node (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload remove building (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload remove all attributes (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload remove address (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload import net (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:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload generate paths (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 |} ==...")
  • 10:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload generate loads and paths (Created page with "API Event to Generate Loads And Paths {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID) |Net Functions | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |- |2 |REQUIRED |(Category or multiple values in array [a, b, c]) |Category[] | |- |3 |REQUIRED |(Integer number) |Integer | |- |4 |REQUIRED |(Integer number) |Integer | |- |5 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array...")
  • 10:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload generate loads (Created page with "API Event to Generate Loads {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |NetType |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |- |2 |REQUIRED |(Category or multiple values in array [a, b, c]) |Category[] | |- |3 |REQUIRED |(Integer number) |Integer | |- |4 |REQUIRED |(Integer number) |Integer | |- |5 |REQUIRED |(STAKEHOLDER Integer ID or multiple valu...")
  • 10:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload add and set node (Created page with "API Event to Add And Set Node {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LOAD Integer ID) |Net Loads | |- |1 |REQUIRED |(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/add_and_set_node/?crs=3857&f=HTML&token=API_TOKEN with con...")
  • 10:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload add address (Created page with "API Event to Add 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/event/...")
  • 10:16, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload set name (Created page with "API Event to Set new name of existing Netload {|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 |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.t...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload set attributes (Created page with "API Event to Set multiple Netload attribute values {|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 |(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 I...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload set attribute (Created page with "API Event to Set Netload attribute value {|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 |(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: !Descrip...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload remove attribute (Created page with "API Event to Remove attribute from Netload {|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 |(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/...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload remove (Created page with "API Event to Remove existing Netload {|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 |- |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/editornetload/remove/?f=HTML&token=API_TOKE...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload import (Created page with "API Event to Import multiple Netloads {|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 |(TimeState or multiple values in array [a, b, c]) |TimeState[] | |- |4 |REQUIRED |(String or multiple values in a...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload append attribute (Created page with "API Event to Appended to existing Netload attribute value {|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 |(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 Codes=...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netload add (Created page with "API Event to Add new Netload {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |Net Type |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |- |1 |REQUIRED |(true, false) |Is root load |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Net Load ID) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editornetload/add/?f=HTML...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netline (Created page with "API api session event editor netline Events. NetLine editing. {|class=wikitable !Name !Description |- |ADD |Add a Net Line with the provided Net Function |- |APPEND_ATTRIBUTE |Appended to existing Netline attribute value |- |REMOVE |Remove Net Lines |- |[[api session event editor netline remove attribute|REMOVE_ATTRIBUTE]...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netline set net function (Created page with "API Event to Set the Net Function for a Net Line {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LINE Integer ID or multiple values in array [1, 2, 3]) |Net Lines | |- |1 |REQUIRED |(NET_FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Net Functions | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: http...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netline remove repeated (Created page with "API Event to Remove the Net Lines, and optionally continue removing for Net Nodes that are connected the removed Net Line and that are only connected to one other Net Line of the same Net Type of the specified Net Line. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LINE Integer ID or multiple values in array [1, 2, 3]) |Net Line IDs | |- |1 |REQUIRED |(true, false) |Is repeated removal |true or false |} ===Response Cod...")
  • 10:15, 30 March 2026 Frank@tygron.nl talk contribs created page Api session event editor netline remove all attributes (Created page with "API Event to Remove all attributes for each specified Net Line {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_LINE Integer ID or multiple values in array [1, 2, 3]) |Net Line IDs | |} ===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/editornetline/remove_all_attributes/?f=HTML&token...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)