New pages
Jump to navigation
Jump to search
30 March 2026
- 10:1110:11, 30 March 2026 Api session event editor measure add levee (hist | edit) [1,233 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a new Levee Spatial of a specified Levee to a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(LEVEE Integer ID) |Levee ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Levee Spatial ID) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormea...")
- 10:1110:11, 30 March 2026 Api session event editor measure add grid polygons (hist | edit) [1,726 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add polygons to existing polygons of a Grid Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Grid Spatial ID | |- |2 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POS...")
- 10:1110:11, 30 March 2026 Api session event editor measure add grid (hist | edit) [1,124 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a new Grid Spatial to a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Grid Spatial ID |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormeasure/add_grid/?f=HTML&token=API_TOKEN with content: <pre>[ 9 ] </pre> {{article end|see...")
- 10:1110:11, 30 March 2026 Api session event editor measure add geotiff polygons (hist | edit) [1,746 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add polygons to existing polygons of a GeoTIFF Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |GeoTIFF Spatial ID | |- |2 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Examp...")
- 10:1110:11, 30 March 2026 Api session event editor measure add geotiff (hist | edit) [1,150 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a new GeoTIFF Spatial to a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (GeoTIFF Spatial ID) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormeasure/add_geotiff/?f=HTML&token=API_TOKEN with content: <pre>[ 3 ] </pre...")
- 10:1110:11, 30 March 2026 Api session event editor measure add event (hist | edit) [1,823 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a new event to a Measure for a specific Action Type. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID or multiple values in array [1, 2, 3]) |Measure ID | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Server Side (false = Client Side) | |- |2 |REQUIRED |(ActionType or multiple values in array [a, b, c]) |Action Type | |} ===Response Codes=== {|class=wikitable !Respon...")
- 10:1110:11, 30 March 2026 Api session event editor measure add building (hist | edit) [1,446 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add a new Building to specified Measures {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID or multiple values in array [1, 2, 3]) |Measure IDs | |} ===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/editormeasure/add_building/?f=HTML&token=...")
- 10:1110:11, 30 March 2026 Api session event editor measure set name (hist | edit) [1,547 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the name of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID or multiple values in array [1, 2, 3]) |Measure IDs | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Names | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/e...")
- 10:1110:11, 30 March 2026 Api session event editor measure remove (hist | edit) [1,434 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove specified Measures. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID or multiple values in array [1, 2, 3]) |Measure 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/editormeasure/remove/?f=HTML&token=...")
- 10:1110:11, 30 March 2026 Api session event editor measure duplicate (hist | edit) [1,422 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate specified Measures. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID or multiple values in array [1, 2, 3]) |Measure IDs | |} ===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/editormeasure/duplicate/?f=HTML&token=API_TOKEN with co...")
- 10:1110:11, 30 March 2026 Api session event editor measure add (hist | edit) [1,122 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add measure for Stakeholder {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Measure ID) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormeasure/add/?f=HTML&token=API_TOKEN with content: <pre>[ 47 ] </pre> {{article end|see...")
- 10:1110:11, 30 March 2026 Api session event editor map (hist | edit) [503 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor map Events. Map editing. {|class=wikitable !Name !Description |- |SET_HEIGHT_GEOTIFF |Set Height Geotiff |- |SET_HEIGHT_OVERLAY |Update Elevation Model from Grid Overlay |- |SET_HEIGHT_SECTOR |Update Heightmap Sector Data |} {{article end|seealso=*Api Events}} Category:A...")
- 10:1110:11, 30 March 2026 Api session event editor map set height sector (hist | edit) [1,659 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Update Heightmap Sector Data {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(HEIGHT Integer ID) |Height Sector ID | |- |1 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |Header: sector widthPoints, columns, rows, baseX, baseY | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Matrix Data Array | |} ===Response Codes=== {|class=wikitable !Response Code: !Descripti...")
- 10:1110:11, 30 March 2026 Api session event editor map set height overlay (hist | edit) [1,231 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Update Elevation Model from Grid Overlay {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |OPTIONAL |(Integer number) |Timeframe (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Amount of sectors updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormap/se...")
- 10:1110:11, 30 March 2026 Api session event editor map set height geotiff (hist | edit) [1,411 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Height Geotiff {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_TIFF Integer ID or multiple values in array [1, 2, 3]) |Geo Tiffs | |} ===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/editormap/set_height_geotiff/?f=HTML&token=API_TOKEN with content: <pre>[...")
- 10:1110:11, 30 March 2026 Api session event editor levee (hist | edit) [1,751 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor levee Events. Levee editing. {|class=wikitable !Name !Description |- |ADD |Add new Levee |- |DUPLICATE |Duplicate existing Levee |- |REMOVE |Remove existing Levee |- |SET_NAME |Set new name of existing Levee |} Specific Events: {|class=wikitable !Name !Descr...")
- 10:1110:11, 30 March 2026 Api session event editor levee set use existing function (hist | edit) [1,204 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Use Existing Function {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID) |Levees | |- |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/editorlevee/set_use_existing_function/?f=HTML&token=API_TOKEN...")
- 10:1110:11, 30 March 2026 Api session event editor levee set top function (hist | edit) [1,522 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Top Function {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID or multiple values in array [1, 2, 3]) |Levees | |- |1 |REQUIRED |(FUNCTION Integer ID or multiple values in array [1, 2, 3]) |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/eve...")
- 10:1110:11, 30 March 2026 Api session event editor levee set side function (hist | edit) [1,526 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Side Function {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID or multiple values in array [1, 2, 3]) |Levees | |- |1 |REQUIRED |(FUNCTION Integer ID or multiple values in array [1, 2, 3]) |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/ev...")
- 10:1110:11, 30 March 2026 Api session event editor levee set is relative increase (hist | edit) [1,466 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Is Relative Increase {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID) |Levees | |- |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/editorlevee/set_is_relative_increase/?f=HTML&token=API_TOKEN with c...")
- 10:1110:11, 30 March 2026 Api session event editor levee set is fixed size (hist | edit) [1,439 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Is Fixed Size {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID) |Levees | |- |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/editorlevee/set_is_fixed_size/?f=HTML&token=API_TOKEN with content: <pre>...")
- 10:1110:11, 30 March 2026 Api session event editor levee set image (hist | edit) [1,514 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Image {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID or multiple values in array [1, 2, 3]) |Levees | |- |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/event/editorlevee/set_imag...")
- 10:1110:11, 30 March 2026 Api session event editor levee set description (hist | edit) [1,153 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Description {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID) |Levees | |- |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/editorlevee/set_description/?f=HTML&token=API_TOKEN with content: <pre>[ 57, "Text" ] </pre> {{a...")
- 10:1110:11, 30 March 2026 Api session event editor levee set default width (hist | edit) [1,425 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Default Width {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID) |Levees | |- |1 |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/editorlevee/set_default_width/?f=HTML&token=API_TOKEN with content: <pre>[ 40,...")
- 10:1110:11, 30 March 2026 Api session event editor levee set default height (hist | edit) [1,429 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Default Height {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID) |Levees | |- |1 |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/editorlevee/set_default_height/?f=HTML&token=API_TOKEN with content: <pre>...")
- 10:1010:10, 30 March 2026 Api session event editor levee set angle degrees (hist | edit) [1,425 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Angle Degrees {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID) |Levees | |- |1 |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/editorlevee/set_angle_degrees/?f=HTML&token=API_TOKEN with content: <pre>[ 6, 7...")
- 10:1010:10, 30 March 2026 Api session event editor levee remove top function (hist | edit) [1,410 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Top Function {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID or multiple values in array [1, 2, 3]) |Levees | |} ===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/editorlevee/remove_top_function/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1, 2, 3...")
- 10:1010:10, 30 March 2026 Api session event editor levee remove side function (hist | edit) [1,414 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Side Function {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID or multiple values in array [1, 2, 3]) |Levees | |} ===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/editorlevee/remove_side_function/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1, 2,...")
- 10:1010:10, 30 March 2026 Api session event editor levee set name (hist | edit) [1,536 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Levee {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID or multiple values in array [1, 2, 3]) |Levees | |- |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/e...")
- 10:1010:10, 30 March 2026 Api session event editor levee remove (hist | edit) [1,412 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Levee {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID or multiple values in array [1, 2, 3]) |Levees | |} ===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/editorlevee/remove/?f=HTML&token=API_TOKEN wit...")
- 10:1010:10, 30 March 2026 Api session event editor levee duplicate (hist | edit) [1,400 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Levee {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(LEVEE Integer ID or multiple values in array [1, 2, 3]) |Levees | |} ===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/editorlevee/duplicate/?f=HTML&token=API_TOKEN with content: <pre>[...")
- 10:1010:10, 30 March 2026 Api session event editor levee add (hist | edit) [1,033 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Levee {|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/editorlevee/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor levee}} Category:API")
- 10:1010:10, 30 March 2026 Api session event editor indicator (hist | edit) [3,365 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor indicator Events. Indicator editing. {|class=wikitable !Name !Description |- |ADD |Add new Indicator |- |APPEND_ATTRIBUTE |Appended to existing Indicator attribute value |- |DUPLICATE |Duplicate existing Indicator |- |REMOVE |Remove existi...")
- 10:1010:10, 30 March 2026 Api session event editor indicator reset indicators with id (hist | edit) [320 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Replaced by editor/update_with_id/ {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |} ===Example POST=== Example POST: with content: <pre></pre> {{article end|seealso=*api session event editor indicator}} Category:API")
- 10:1010:10, 30 March 2026 Api session event editor indicator reset indicators (hist | edit) [312 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Replaced by editor/update/ {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |} ===Example POST=== Example POST: with content: <pre></pre> {{article end|seealso=*api session event editor indicator}} Category:API")
- 10:1010:10, 30 March 2026 Api session event editor indicator duplicate indicator (hist | edit) [365 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Use DUPLICATE instead for alsmost (no stakeholder option) identical result. {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |} ===Example POST=== Example POST: with content: <pre></pre> {{article end|seealso=*api session event editor indicator}} Category:API")
- 10:1010:10, 30 March 2026 Api session event editor indicator swap order (hist | edit) [1,524 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Swap Order {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |- |1 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |} ===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:1010:10, 30 March 2026 Api session event editor indicator set update timing (hist | edit) [1,566 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Update Timing {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |- |1 |REQUIRED |(Timing or multiple values in array [a, b, c]) |Timing[] | |} ===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/editorindi...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set target (hist | edit) [1,638 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set a target value of an Indicator for a Sceanrio. A target index value is required. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SCENARIO Integer ID) |Scenario ID | |- |1 |REQUIRED |(INDICATOR Integer ID) |Indicator ID | |- |2 |REQUIRED |(Integer number) |Target index | |- |3 |REQUIRED |(Floating point number) |Target value | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Co...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set stakeholder (hist | edit) [1,196 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Stakeholder {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID) |Indicators | |- |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/editorindicator/set_stakeholder/?f=HTML&token=API_TOKEN wit...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set short name (hist | edit) [1,562 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Short Name {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |- |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/event/editori...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set parent (hist | edit) [1,517 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set a parent Indicator for a specified Indicator. This will cause the specified Indicator to be a subselectable Indicator of the parent. It is not possible to set an Indicator which has a parent itself as a parent of another Indicator. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID) |Indicator ID | |- |1 |REQUIRED |(Integer number) |Indicator ID of parent (indicators without a parent should h...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set image (hist | edit) [1,542 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Image {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |- |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/event/editorindica...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set excel (hist | edit) [1,184 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Excel {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID) |Indicators | |- |1 |REQUIRED |(EXCEL_SHEET Integer ID) |Excel Sheets | |} ===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/editorindicator/set_excel/?f=HTML&token=API_TOKEN with content: <pre...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set description (hist | edit) [1,177 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Description {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID) |Indicators | |- |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/editorindicator/set_description/?f=HTML&token=API_TOKEN with content: <pre>[ 14, "Text"...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set absolute (hist | edit) [1,541 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Absolute {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |- |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/api/session/event/edi...")
- 10:1010:10, 30 March 2026 Api session event editor indicator remove stakeholder (hist | edit) [1,130 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Stakeholder {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID) |Indicators | |} ===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/editorindicator/remove_stakeholder/?f=HTML&token=API_TOKEN with content: <pre>[ 47 ] </pre> {{article end|seealso=*...")
- 10:1010:10, 30 March 2026 Api session event editor indicator export excel call tree (hist | edit) [1,157 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Export Excel Call Tree {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID) |Indicators | |} ===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/editorindicator/export_excel_call_tree/?f=HTML&token=API_TOKEN with content: <pre>[ 68 ] </pre> {{article en...")
- 10:1010:10, 30 March 2026 Api session event editor indicator export debug excel (hist | edit) [1,145 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Export Debug Excel {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID) |Indicators | |} ===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/editorindicator/export_debug_excel/?f=HTML&token=API_TOKEN with content: <pre>[ 87 ] </pre> {{article end|seeals...")
- 10:1010:10, 30 March 2026 Api session event editor indicator excel min log time (hist | edit) [1,403 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Excel Min Log Time {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Long | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorindicator/excel_min_log_time/?f=HTML&token=API_TOKEN with content: <pre>[ 77 ] </pre> {{article end|seealso=...")