New pages
Jump to navigation
Jump to search
30 March 2026
- 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 |} ==...")
- 10:1610:16, 30 March 2026 Api session event editor netload generate loads and paths (hist | edit) [2,803 bytes] Frank@tygron.nl (talk | contribs) (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:1610:16, 30 March 2026 Api session event editor netload generate loads (hist | edit) [2,695 bytes] Frank@tygron.nl (talk | contribs) (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:1610:16, 30 March 2026 Api session event editor netload add and set node (hist | edit) [1,704 bytes] Frank@tygron.nl (talk | contribs) (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:1610:16, 30 March 2026 Api session event editor netload add address (hist | edit) [1,517 bytes] Frank@tygron.nl (talk | contribs) (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:1610:16, 30 March 2026 Api session event editor netload set name (hist | edit) [1,574 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netload set attributes (hist | edit) [1,935 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netload set attribute (hist | edit) [1,754 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netload remove attribute (hist | edit) [1,576 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netload remove (hist | edit) [1,431 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netload import (hist | edit) [3,776 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netload append attribute (hist | edit) [1,789 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netload add (hist | edit) [1,499 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netline (hist | edit) [2,909 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netline set net function (hist | edit) [1,569 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netline remove repeated (hist | edit) [1,718 bytes] Frank@tygron.nl (talk | contribs) (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:1510:15, 30 March 2026 Api session event editor netline remove all attributes (hist | edit) [1,466 bytes] Frank@tygron.nl (talk | contribs) (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...")
- 10:1510:15, 30 March 2026 Api session event editor netline move and insert (hist | edit) [2,104 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Place an existing Node at a new location and insert it in an existing Net Line, potentially splitting the Net Line into two parts. Also specify at what distance the new Nodes are merged with existing Nodes. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_NODE Integer ID) |Net Node ID | |- |1 |REQUIRED |(NET_LINE Integer ID) |Net Line ID | |- |2 |REQUIRED |(Point 3D with crs: EPSG:3857) |New Node Point | |- |3...")