New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

30 March 2026

  • 10:2510:25, 30 March 2026 Api session event editor terraintype import (hist | edit) [3,426 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import Terrain collection {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |Collection of Terrain Geometries | |- |1 |REQUIRED |(TERRAIN_TYPE Integer ID or multiple values in array [1, 2, 3]) |Terrain Type IDs | |- |2 |REQUIRED |(true, false) |Adjust heights when changed from Water to non-water and vice versa. |true or false |- |3 |OPTIONAL |(Floating point number or multip...")
  • 10:2510:25, 30 March 2026 Api session event editor terraintype duplicate (hist | edit) [1,451 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Terraintype {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(TERRAIN_TYPE Integer ID or multiple values in array [1, 2, 3]) |Terrain Types | |} ===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/editorterraintype/duplicate/?f=HTML&token=API_TO...")
  • 10:2510:25, 30 March 2026 Api session event editor terraintype add polygons (hist | edit) [2,811 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add polygons to existing Terraintype {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(TERRAIN_TYPE Integer ID or multiple values in array [1, 2, 3]) |Terrain Type ID | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |Geometry | |- |2 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Adjust heights when changed from Water to non-water and vice versa. | |} ===...")
  • 10:2510:25, 30 March 2026 Api session event editor terraintype add (hist | edit) [1,146 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Terraintype {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |Layer |BRIDGE, SURFACE or UNDERGROUND |} ===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/editorterraintype/add/?f=HTML&token=API_TOKEN with content: <pre>[ "BRIDGE" ] </pre> {{article...")
  • 10:2510:25, 30 March 2026 Api session event editor stakeholder (hist | edit) [1,898 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor stakeholder Events. Stakeholder editing. {|class=wikitable !Name !Description |- |ADD |Add new Stakeholder |- |DUPLICATE |Duplicate existing Stakeholder |- |REMOVE |Remove existing Stakeholder |- |SET_ACTIVE |Set Stakeholder active |...")
  • 10:2510:25, 30 March 2026 Api session event editor stakeholder transfer ownership (hist | edit) [1,282 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Transfer Ownership {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |- |1 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |- |2 |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/...")
  • 10:2510:25, 30 March 2026 Api session event editor stakeholder set type (hist | edit) [1,362 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Type {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |- |1 |REQUIRED |(Enumeration) |Type |CIVILIAN, COMPANY, EDUCATION, EXPERT, FARMER, HEALTHCARE, HOUSING_CORPORATION, MEDIA, MUNICIPALITY, OTHER, OTHER_AUTHORITY, PROJECT_DEVELOPER, UTILITY_CORPORATION or WATER_AUTHORITY |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Co...")
  • 10:2510:25, 30 March 2026 Api session event editor stakeholder set start budget (hist | edit) [1,463 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Start Budget {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |- |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/editorstakeholder/set_start_budget/?f=HTML&token=API_TOKEN with conte...")
  • 10:2510:25, 30 March 2026 Api session event editor stakeholder set short name (hist | edit) [1,186 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Short Name {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |- |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/editorstakeholder/set_short_name/?f=HTML&token=API_TOKEN with content: <pre>[ 63, "Te...")
  • 10:2510:25, 30 March 2026 Api session event editor stakeholder set image (hist | edit) [1,556 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Image {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array [1, 2, 3]) |Stakeholders | |- |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/editorst...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder select stakeholder (hist | edit) [1,352 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Select Stakeholder with preferred ID, when not available fallback to next best. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Preferred Stakeholder ID or empty | |- |1 |REQUIRED |(String) |Client Token (from Join Session event) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Selected Stakeholder ID) |- |300-600 |Codes Overview |} ===Example POST=== Example...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder reset web token with length (hist | edit) [1,546 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Reset Web Token With Length {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array [1, 2, 3]) |Stakeholders | |- |1 |REQUIRED |(Integer number) |Integer | |} ===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/editorstakeholder/reset_web...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder reset web token (hist | edit) [1,432 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Reset Web Token {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array [1, 2, 3]) |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/editorstakeholder/reset_web_token=API_TOKEN with content: <pre>[ [ 1, 2, 3 ] ] </p...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder add with type and active (hist | edit) [1,421 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add With Type And Active {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |Type |CIVILIAN, COMPANY, EDUCATION, EXPERT, FARMER, HEALTHCARE, HOUSING_CORPORATION, MEDIA, MUNICIPALITY, OTHER, OTHER_AUTHORITY, PROJECT_DEVELOPER, UTILITY_CORPORATION or WATER_AUTHORITY |- |1 |REQUIRED |(true, false) |Boolean |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Intege...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder add land ownership (hist | edit) [1,639 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Land Ownership {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |- |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/editorstakeholder/add_land_ownership/?crs=3857&f=HT...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder set name (hist | edit) [1,584 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Stakeholder {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array [1, 2, 3]) |Stakeholders | |- |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:2410:24, 30 March 2026 Api session event editor stakeholder set color (hist | edit) [1,581 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new color of existing Stakeholder {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array [1, 2, 3]) |Stakeholders | |- |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.tygron.c...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder set active (hist | edit) [1,563 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Stakeholder active {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array [1, 2, 3]) |Stakeholders | |- |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...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder remove (hist | edit) [1,460 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Stakeholder {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array [1, 2, 3]) |Stakeholders | |} ===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/editorstakeholder/remove/?f=H...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder duplicate (hist | edit) [1,448 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Stakeholder {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(STAKEHOLDER Integer ID or multiple values in array [1, 2, 3]) |Stakeholders | |} ===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/editorstakeholder/duplicate/?f=HTML&token=API_TOKE...")
  • 10:2410:24, 30 March 2026 Api session event editor stakeholder add (hist | edit) [1,063 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Stakeholder {|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/editorstakeholder/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor stakeholder}} Category:API")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect (hist | edit) [1,405 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor specialeffect Events. SpecialEffect editing. {|class=wikitable !Name !Description |- |ADD |Add new Specialeffect |- |DUPLICATE |Duplicate existing Specialeffect |- |REMOVE |Remove existing Specialeffect |- |SET_ACTIVE |Set Specialeffect acti...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect set particle pair type (hist | edit) [1,300 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Particle Pair Type {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID) |Special Effects | |- |1 |REQUIRED |(Integer number) |Integer | |- |2 |REQUIRED |(PARTICLE_EMITTER Integer ID) |Particle Emitters | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/sessio...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect set particle pair location (hist | edit) [1,636 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Particle Pair Location {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID) |Special Effects | |- |1 |REQUIRED |(Integer number) |Integer | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |double[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https:/...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect set location (hist | edit) [1,728 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Location {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID) |Special Effects | |- |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/editorspecialeffect/set_location/?crs=3857&f=HTML&token=API_TOKEN...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect remove particle pair (hist | edit) [1,584 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Particle Pair {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID or multiple values in array [1, 2, 3]) |Special Effects | |- |1 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |Integer[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/se...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect duplicate pair (hist | edit) [1,199 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate Pair {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID) |Special Effects | |- |1 |REQUIRED |(Integer number) |Integer | |} ===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/editorspecialeffect/duplicate_pair/?f=HTML&token=API_TOKEN with content...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect add particle pair (hist | edit) [1,149 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Particle Pair {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID) |Special Effects | |} ===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/editorspecialeffect/add_particle_pair/?f=HTML&token=API_TOKEN with content: <pre>[ 19 ] </pre> {{article end|see...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect set name (hist | edit) [1,603 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Specialeffect {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID or multiple values in array [1, 2, 3]) |Special Effects | |- |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.ty...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect set active (hist | edit) [1,582 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Specialeffect active {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID or multiple values in array [1, 2, 3]) |Special Effects | |- |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:2410:24, 30 March 2026 Api session event editor specialeffect remove (hist | edit) [1,479 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Specialeffect {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID or multiple values in array [1, 2, 3]) |Special Effects | |} ===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/editorspecialeffect/remov...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect duplicate (hist | edit) [1,467 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Specialeffect {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID or multiple values in array [1, 2, 3]) |Special Effects | |} ===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/editorspecialeffect/duplicate/?f=HTML&token=AP...")
  • 10:2410:24, 30 March 2026 Api session event editor specialeffect add (hist | edit) [1,266 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Specialeffect {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |OPTIONAL |(Point with crs: EPSG:3857) |Location (optional) | |- |1 |OPTIONAL |(PARTICLE_EMITTER Integer ID) |Particle Emitter (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Special Effect ID) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorspeci...")
  • 10:2410:24, 30 March 2026 Api session event editor source (hist | edit) [881 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor source Events. Source editing. {|class=wikitable !Name !Description |- |REMOVE |Remove existing Source |- |SET_NAME |Set new name of existing Source |} Specific Events: {|class=wikitable !Name !Description |- |ADD_CATALOG |Add Catalog |- |ADD_FILE |Add Fi...")
  • 10:2410:24, 30 March 2026 Api session event editor source set url (hist | edit) [1,142 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Url {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOURCE Integer ID) |Sources | |- |1 |REQUIRED |(String) |String | |} ===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/editorsource/set_url/?f=HTML&token=API_TOKEN with content: <pre>[ 57, "Text" ] </pre> {{article...")
  • 10:2410:24, 30 March 2026 Api session event editor source set uploader (hist | edit) [1,157 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Uploader {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOURCE Integer ID) |Sources | |- |1 |REQUIRED |(String) |String | |} ===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/editorsource/set_uploader/?f=HTML&token=API_TOKEN with content: <pre>[ 53, "Text" ] </pre>...")
  • 10:2410:24, 30 March 2026 Api session event editor source set description (hist | edit) [1,166 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Description {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOURCE Integer ID) |Sources | |- |1 |REQUIRED |(String) |String | |} ===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/editorsource/set_description/?f=HTML&token=API_TOKEN with content: <pre>[ 97, "Text" ]...")
  • 10:2310:23, 30 March 2026 Api session event editor source add service (hist | edit) [1,399 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Service {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |GeoFormat |BGT_GML, CYCLO_IMAGE, DXF, ESRI_IMAGE, ESRI_JSON, GEOJSON, GEOPACKAGE, GEOTIFF, I3S, OSM, WCS_TIFF, WFS_GML, WFS_JSON or WMS_IMAGE |- |1 |REQUIRED |(String) |String | |- |2 |REQUIRED |(String) |String | |- |3 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |3...")
  • 10:2310:23, 30 March 2026 Api session event editor source add file (hist | edit) [1,140 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add File {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |- |1 |REQUIRED |(String) |String | |} ===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/editorsource/add_file/?f=HTML&token=API_TOKEN with content: <pre>[ "Text", "Text" ] </pre> {{article end|seeal...")
  • 10:2310:23, 30 March 2026 Api session event editor source add catalog (hist | edit) [1,221 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Catalog {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |GeoCatalog |CSW or ESRI |- |1 |REQUIRED |(String) |String | |- |2 |REQUIRED |(String) |String | |} ===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/editorsource/add_catalog/?f=HTML&token=API_TOKEN w...")
  • 10:2310:23, 30 March 2026 Api session event editor source set name (hist | edit) [1,551 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Source {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOURCE Integer ID or multiple values in array [1, 2, 3]) |Sources | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api...")
  • 10:2310:23, 30 March 2026 Api session event editor source remove (hist | edit) [1,420 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Source {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOURCE Integer ID or multiple values in array [1, 2, 3]) |Sources | |} ===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/editorsource/remove/?f=HTML&token=API_TOKEN...")
  • 10:2310:23, 30 March 2026 Api session event editor sound (hist | edit) [703 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor sound Events. Sound editing. {|class=wikitable !Name !Description |- |ADD |Add new Sound |- |REMOVE |Remove existing Sound |- |SET_NAME |Set new name of existing Sound |} Specific Events: {|class=wikitable !Name !Description |- |SET_FILENAME |Set Filename |-...")
  • 10:2310:23, 30 March 2026 Api session event editor sound set volume (hist | edit) [1,397 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Volume {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID) |Sounds | |- |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/editorsound/set_volume/?f=HTML&token=API_TOKEN with content: <pre>[ 3, 81 ] </pre> {{a...")
  • 10:2310:23, 30 March 2026 Api session event editor sound set loop (hist | edit) [1,402 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Loop {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID) |Sounds | |- |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/editorsound/set_loop/?f=HTML&token=API_TOKEN with content: <pre>[ 77, false ] </pr...")
  • 10:2310:23, 30 March 2026 Api session event editor sound set filename (hist | edit) [1,144 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Filename {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID) |Sounds | |- |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/editorsound/set_filename/?f=HTML&token=API_TOKEN with content: <pre>[ 33, "Text" ] </pre> {{article...")
  • 10:2310:23, 30 March 2026 Api session event editor sound set name (hist | edit) [1,536 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Sound {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID or multiple values in array [1, 2, 3]) |Sounds | |- |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:2310:23, 30 March 2026 Api session event editor sound remove (hist | edit) [1,412 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Sound {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SOUND Integer ID or multiple values in array [1, 2, 3]) |Sounds | |} ===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/editorsound/remove/?f=HTML&token=API_TOKEN wit...")
  • 10:2310:23, 30 March 2026 Api session event editor sound add (hist | edit) [1,026 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Sound {|class=wikitable !Name !Importance !Type !Description !Values |} ===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/editorsound/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor sound}} Category:API")
  • 10:2310:23, 30 March 2026 Api session event editor setting (hist | edit) [2,841 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor setting Events. Setting editing. {|class=wikitable !Name !Description |- |ADD_CRS |Add Crs |- |GET_EPOCH_TIME |Get UTC Epoch Time (Milliseconds since 00:00:00 UTC on 1 January 1970) for local time in this Project |- |GET_SUN_ALTITUDE |Get Sun Altitude value for local time in this Project |...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)