New pages
Jump to navigation
Jump to search
30 March 2026
- 10:1710:17, 30 March 2026 Api session event editor overlay set attribute overlay values (hist | edit) [2,672 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,676 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,564 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,168 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,283 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,699 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,860 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,523 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,651 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,652 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,072 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,693 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) [2,002 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,801 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,862 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,469 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,450 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,858 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,624 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) [694 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,630 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,161 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,516 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,632 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) [663 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,324 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,276 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,481 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,749 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) [466 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,994 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,464 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,488 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,607 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,207 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,193 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,271 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,213 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,130 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,150 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,480 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,583 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,849 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,667 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,911 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,787 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,742 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,568 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,612 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) [2,005 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...")