New pages
Jump to navigation
Jump to search
30 March 2026
- 10:1510:15, 30 March 2026 Api session event editor netline insert point (hist | edit) [2,028 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Insert a new Node 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_LINE Integer ID) |Net Line ID | |- |1 |REQUIRED |(Point 3D with crs: EPSG:3857) |Inserted Node Point | |- |2 |OPTIONAL |(Floating point number) |Node merge distance (optional, default: 1.0m) | |} ===...")
- 10:1510:15, 30 March 2026 Api session event editor netline insert and add for points (hist | edit) [2,845 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Insert one point into the first Net Line and a second point into the Second Net Line and potentially connect these two points with a new Net Line with a specified Net Function. Nodes are created for start and end point. Optionally connection the two points using the road system. Also specify at what distance the new Nodes are merged with existing Nodes. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Inte...")
- 10:1510:15, 30 March 2026 Api session event editor netline add for points (hist | edit) [3,057 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Connect start and end point with one (or more) Net Line(s) of a specified Net Function. Nodes are created for start and end point. Optionally connection the two points using the road system. Also specify at what distance the new Nodes are merged with existing Nodes. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Net Function ID | |- |1 |REQUIRED |(Po...")
- 10:1510:15, 30 March 2026 Api session event editor netline set attributes (hist | edit) [1,961 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Netline attribute values {|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 |(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 netline set attribute (hist | edit) [1,846 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to For each Net Line, set a particular Attribute to a specified array of values, optionally providing its Source. {|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 |(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)...")
- 10:1510:15, 30 March 2026 Api session event editor netline remove attribute (hist | edit) [1,664 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove the specified 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 | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attributes | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST:...")
- 10:1510:15, 30 March 2026 Api session event editor netline remove (hist | edit) [1,444 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Net Lines {|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 |- |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/editornetline/remove/?f=HTML&token=API_TOKE...")
- 10:1510:15, 30 March 2026 Api session event editor netline append attribute (hist | edit) [1,817 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Netline attribute value {|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 |(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 netline add (hist | edit) [1,163 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a Net Line with the provided Net Function {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID) |Net Function ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Net Line ID) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editornetline/add/?f=HTML&token=API_TOKEN with content: <pre>[ 43 ]...")
- 10:1510:15, 30 March 2026 Api session event editor netfunction (hist | edit) [1,338 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor netfunction Events. NetFunction editing. {|class=wikitable !Name !Description |- |ADD |Add new Netfunction |- |APPEND_ATTRIBUTE |Appended to existing Netfunction attribute value |- |IMPORT |Import multiple Netfunctions |- |REMOVE |Remove existing...")
- 10:1510:15, 30 March 2026 Api session event editor netfunction set type (hist | edit) [1,267 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Type {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID) |Net Functions | |- |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/editornetfunction/set_type/?f=HTML&token=A...")
- 10:1510:15, 30 March 2026 Api session event editor netfunction remove all attributes (hist | edit) [1,495 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_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: https://engine.tygron.com/api/session/event/editornetfunction/remove_all_attributes/?f=HTML&token=API_TOKEN with conten...")
- 10:1510:15, 30 March 2026 Api session event editor netfunction set name (hist | edit) [1,611 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Netfunction {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Net Functions | |- |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.c...")
- 10:1510:15, 30 March 2026 Api session event editor netfunction set attributes (hist | edit) [1,993 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Netfunction attribute values {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Functions | |- |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 |(...")
- 10:1510:15, 30 March 2026 Api session event editor netfunction set attribute (hist | edit) [1,792 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Netfunction attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Functions | |- |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:...")
- 10:1410:14, 30 March 2026 Api session event editor netfunction remove attribute (hist | edit) [1,640 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove attribute from Netfunction {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Net Functions | |- |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/...")
- 10:1410:14, 30 March 2026 Api session event editor netfunction remove (hist | edit) [1,485 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Netfunction {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Net Functions | |} ===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/editornetfunction/remove/?f=HTM...")
- 10:1410:14, 30 March 2026 Api session event editor netfunction import (hist | edit) [2,038 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import multiple Netfunctions {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |- |1 |REQUIRED |(NetType or multiple values in array [a, b, c]) |NetType[] | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |- |3 |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...")
- 10:1410:14, 30 March 2026 Api session event editor netfunction append attribute (hist | edit) [1,849 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Netfunction attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_FUNCTION Integer ID or multiple values in array [1, 2, 3]) |Functions | |- |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) | |} ===Respons...")
- 10:1410:14, 30 March 2026 Api session event editor netfunction add (hist | edit) [1,198 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Netfunction {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |NetType |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editornetfunction/add/?f=HTML&token=API_TOKEN with content: <pre>[ "SEWER" ] </pre> {{...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster (hist | edit) [1,453 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor netcluster Events. NetCluster editing. {|class=wikitable !Name !Description |- |ADD |Add new Netcluster |- |REMOVE |Remove existing Netcluster |- |SET_NAME |Set new name of existing Netcluster |} Specific Events: {|class=wikitable !Name !Description |- |api session event editor netcluster add loads in...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster set scenario (hist | edit) [1,221 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Scenario {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Clusters | |- |1 |REQUIRED |(SCENARIO Integer ID) |Scenarios | |} ===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/editornetcluster/set_scenario/?f=HTML&token=API_TOKEN with conte...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster set owner (hist | edit) [1,211 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Owner {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Clusters | |- |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/editornetcluster/set_owner/?f=HTML&token=API_TOKEN with content:...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster set fraction connected (hist | edit) [1,255 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Fraction Connected {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Clusters | |- |1 |OPTIONAL |(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/editornetcluster/set_fraction_connected/?f=HTML&token=API_TOKEN...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster remove network (hist | edit) [1,288 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Network {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |NetType |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |- |1 |REQUIRED |(true, false) |Boolean |true or false |} ===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/editornetcluster/remove_network/?f=HTML&tok...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster remove loads in area from net cluster (hist | edit) [1,785 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Loads In Area From Net Cluster {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Clusters | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===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/editornetcluster/remove_...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster remove all clusters (hist | edit) [1,229 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove All Clusters {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |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/editornetcluster/remove_all_clusters/?f=HTML&token=API_TOKEN with content: <pre>[ "HEAT" ] </...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster generate clusters (hist | edit) [2,860 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Clusters {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NetType or multiple values in array [a, b, c]) |NetType[] | |- |1 |REQUIRED |(Enumeration) |ClusteringType |ADD_TO_EXISTING_FOR_BUILDINGS, MAP_SECTORS, PER_ATTRIBUTE, PER_BUILDING, PER_LOAD or PER_LOAD_UNIQUE_OWNER |- |2 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |- |3 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |Integ...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster add loads in area to net cluster (hist | edit) [1,765 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Loads In Area To Net Cluster {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID) |Net Clusters | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===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/editornetcluster/add_loads_in...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster set name (hist | edit) [1,602 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Netcluster {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID or multiple values in array [1, 2, 3]) |Net Clusters | |- |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/...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster remove (hist | edit) [1,476 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Netcluster {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NET_CLUSTER Integer ID or multiple values in array [1, 2, 3]) |Net Clusters | |} ===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/editornetcluster/remove/?f=HTML&to...")
- 10:1410:14, 30 March 2026 Api session event editor netcluster add (hist | edit) [1,082 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Netcluster {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editornetcluster/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor netcluster}} Category:API")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood (hist | edit) [1,763 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor neighborhood Events. Neighborhood editing. {|class=wikitable !Name !Description |- |ADD |Add new Neighborhood |- |ADD_POLYGONS |Add polygons to existing Neighborhood |- |APPEND_ATTRIBUTE |Appended to existing Neighborhood attribute value |- |api session event editor neig...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set polygons (hist | edit) [2,704 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Polygons {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |MultiPolygon[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: ht...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set name (hist | edit) [1,636 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |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:...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set color (hist | edit) [1,615 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new color of existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(TColor or multiple values in array [a, b, c]) |Color[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygro...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set attributes (hist | edit) [2,003 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Neighborhood attribute values {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |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 |OP...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set attribute (hist | edit) [1,821 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Neighborhood attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |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 !Respon...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set active (hist | edit) [1,598 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Neighborhood active {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Boolean[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood remove polygons (hist | edit) [1,732 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove polygons from existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID) |Neighborhoods | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===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/editorneighborhood/re...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood remove attribute (hist | edit) [1,646 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove attribute from Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |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...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood remove (hist | edit) [1,491 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |} ===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/editorneighborhood/remove/...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood import (hist | edit) [3,530 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import Neighborhood Collection {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |Collection of Neighborhood geometries | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Neighborhood Names | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |3 |REQUIRED |(Floating point number or multiple values in array [1.0, 2....")
- 10:1310:13, 30 March 2026 Api session event editor neighborhood duplicate (hist | edit) [1,482 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |} ===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/editorneighborhood/duplicate/?f=HTML&token=API_...")
- 10:1310:13, 30 March 2026 Api session event editor neighborhood append attribute (hist | edit) [1,859 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Neighborhood attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |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) | |} =...")
- 10:1310:13, 30 March 2026 Api session event editor neighborhood add polygons (hist | edit) [1,718 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add polygons to existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID) |Neighborhoods | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===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/editorneighborhood/add_pol...")
- 10:1310:13, 30 March 2026 Api session event editor neighborhood add (hist | edit) [1,093 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorneighborhood/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor neighborhood}} Category:API")
- 10:1310:13, 30 March 2026 Api session event editor measurement (hist | edit) [616 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor measurement Events. Measurement editing. {|class=wikitable !Name !Description |- |DUPLICATE |Duplicate existing [[Measurement]] |- |IMPORT |Import multiple [[Measurement]]s |- |REMOVE |Remove existing [[Measurement]] |- |SET_NAME |Set n...")
- 10:1310:13, 30 March 2026 Api session event editor measurement set name (hist | edit) [1,608 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing [[Measurement]] {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID or multiple values in array [1, 2, 3]) |[[Measurement]]s | |- |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://engin...")
- 10:1310:13, 30 March 2026 Api session event editor measurement remove (hist | edit) [1,482 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing [[Measurement]] {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID or multiple values in array [1, 2, 3]) |[[Measurement]]s | |} ===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/editormeasurement/rem...")