New pages
Jump to navigation
Jump to search
30 March 2026
- 10:1010:10, 30 March 2026 Api session event editor indicator set name (hist | edit) [1,568 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Indicator {|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/a...")
- 10:1010:10, 30 March 2026 Api session event editor indicator set color (hist | edit) [1,565 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new color of existing Indicator {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |- |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.com/api...")
- 10:0910:09, 30 March 2026 Api session event editor indicator set attributes (hist | edit) [1,948 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Indicator attribute values {|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"]) |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:0910:09, 30 March 2026 Api session event editor indicator set attribute (hist | edit) [1,748 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Indicator attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |- |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:0910:09, 30 March 2026 Api session event editor indicator set active (hist | edit) [1,547 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Indicator active {|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/sessi...")
- 10:0910:09, 30 March 2026 Api session event editor indicator remove attribute (hist | edit) [1,589 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove attribute from Indicator {|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/...")
- 10:0910:09, 30 March 2026 Api session event editor indicator remove (hist | edit) [1,444 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Indicator {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |} ===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/editorindicator/remove/?f=HTML&toke...")
- 10:0910:09, 30 March 2026 Api session event editor indicator duplicate (hist | edit) [1,432 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Indicator {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |} ===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/editorindicator/duplicate/?f=HTML&token=API_TOKEN with...")
- 10:0910:09, 30 March 2026 Api session event editor indicator append attribute (hist | edit) [1,802 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Indicator attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(INDICATOR Integer ID or multiple values in array [1, 2, 3]) |Indicators | |- |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:0910:09, 30 March 2026 Api session event editor indicator add (hist | edit) [1,053 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Indicator {|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/editorindicator/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor indicator}} Category:API")
- 10:0910:09, 30 March 2026 Api session event editor global (hist | edit) [1,349 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor global Events. Global editing. {|class=wikitable !Name !Description |- |ADD |Add new Global |- |DUPLICATE |Duplicate existing Global |- |REMOVE |Remove existing Global |- |SET_NAME |Set new name of existing Global |} Specific Events: {|class=wikitable !N...")
- 10:0910:09, 30 March 2026 Api session event editor global set visualisation name (hist | edit) [1,180 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Visualisation Name {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID) |Globals | |- |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/editorglobal/set_visualisation_name/?f=HTML&token=API_TOKEN with content: <pre>[ 15, "T...")
- 10:0910:09, 30 March 2026 Api session event editor global set start value (hist | edit) [1,629 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Start Value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID or multiple values in array [1, 2, 3]) |Globals | |- |1 |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]]) |double[][] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Exampl...")
- 10:0910:09, 30 March 2026 Api session event editor global set query timing (hist | edit) [1,541 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Query Timing {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID or multiple values in array [1, 2, 3]) |Globals | |- |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/editorglobal/set_...")
- 10:0910:09, 30 March 2026 Api session event editor global set query (hist | edit) [1,141 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Query {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID) |Globals | |- |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/editorglobal/set_query/?f=HTML&token=API_TOKEN with content: <pre>[ 27, "Text" ] </pre> {{article en...")
- 10:0910:09, 30 March 2026 Api session event editor global set point (hist | edit) [1,660 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Point {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID) |Globals | |- |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/editorglobal/set_point/?crs=3857&f=HTML&token=API_TOKEN with content: <pre>[ 26, {...")
- 10:0910:09, 30 March 2026 Api session event editor global set book value (hist | edit) [1,171 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Book Value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID) |Globals | |- |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/editorglobal/set_book_value/?f=HTML&token=API_TOKEN with content: <pr...")
- 10:0910:09, 30 March 2026 Api session event editor global remove point (hist | edit) [1,090 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Point {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID) |Globals | |} ===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/editorglobal/remove_point/?f=HTML&token=API_TOKEN with content: <pre>[ 22 ] </pre> {{article end|seealso=*api session event editor...")
- 10:0910:09, 30 March 2026 Api session event editor global remove book value (hist | edit) [1,105 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Book Value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID) |Globals | |} ===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/editorglobal/remove_book_value/?f=HTML&token=API_TOKEN with content: <pre>[ 26 ] </pre> {{article end|seealso=*api session eve...")
- 10:0910:09, 30 March 2026 Api session event editor global add query (hist | edit) [1,083 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Query {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |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/editorglobal/add_query/?f=HTML&token=API_TOKEN with content: <pre>[ "Text" ] </pre> {{article end|seealso=*api session event editor global}}...")
- 10:0910:09, 30 March 2026 Api session event editor global set name (hist | edit) [1,544 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Global {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID or multiple values in array [1, 2, 3]) |Globals | |- |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/sessio...")
- 10:0910:09, 30 March 2026 Api session event editor global remove (hist | edit) [1,420 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Global {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID or multiple values in array [1, 2, 3]) |Globals | |} ===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/editorglobal/remove/?f=HTML&token=API_TOKEN...")
- 10:0910:09, 30 March 2026 Api session event editor global duplicate (hist | edit) [1,408 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Global {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GLOBAL Integer ID or multiple values in array [1, 2, 3]) |Globals | |} ===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/editorglobal/duplicate/?f=HTML&token=API_TOKEN with content: <p...")
- 10:0910:09, 30 March 2026 Api session event editor global add (hist | edit) [1,038 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Global {|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/editorglobal/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor global}} Category:API")
- 10:0910:09, 30 March 2026 Api session event editor geotiff (hist | edit) [1,312 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor geotiff Events. GeoTiff editing. {|class=wikitable !Name !Description |- |ADD |Add new GeoTIFF Item with provided file. For files larger than 2GB, use the Stream API or Web URL. |- |REMOVE |Remove existing Geotiff |} Specific Events: {|class=wikitable !Name !Description |- |ADD_ASCII |Add new GeoTIFF Item with...")
- 10:0910:09, 30 March 2026 Api session event editor geotiff set geotiff url (hist | edit) [1,870 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Update existing GeoTIFF Item from Web URL. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_TIFF Integer ID or multiple values in array [1, 2, 3]) |GeoTIFF ID | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Web URL | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Uploader | |- |3 |OPTIONAL |(String or multiple values in array ["a", "b", "c"]) |CRS Override (optional) | |} ==...")
- 10:0910:09, 30 March 2026 Api session event editor geotiff set geotiff (hist | edit) [1,701 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Update existing GeoTIFF Item with provided file. For files larger than 2GB, use the Stream API or Web URL. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_TIFF Integer ID) |GeoTIFF ID | |- |1 |REQUIRED |(byte or multiple values in array [a, b, c]) |File bytes (< 2GB) | |- |2 |REQUIRED |(String) |Uploader | |- |3 |OPTIONAL |(String) |CRS Override (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Descr...")
- 10:0910:09, 30 March 2026 Api session event editor geotiff export (hist | edit) [1,151 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Export GeoTIFF. For files larger than 2GB, use the Stream API. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_TIFF Integer ID) |GeoTIFF ID | |} ===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/editorgeotiff/export/?f=HTML&token=API_TOKEN with content: <pre>[ 22 ] </...")
- 10:0910:09, 30 March 2026 Api session event editor geotiff add url (hist | edit) [1,921 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new GeoTIFF Item from Web URL. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |GeoTIFF Name | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Web URL | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Uploader | |- |3 |OPTIONAL |(String or multiple values in array ["a", "b", "c"]) |CRS Override (optional) | |} ===Response Cod...")
- 10:0810:08, 30 March 2026 Api session event editor geotiff add ascii url (hist | edit) [1,998 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new GeoTIFF Item from Web ASCII URL. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |GeoTIFF Name | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Web ASCII URL | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Uploader | |- |3 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |CRS | |} ===Response Codes=== {|...")
- 10:0810:08, 30 March 2026 Api session event editor geotiff add ascii (hist | edit) [1,726 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new GeoTIFF Item with provided ASCII file. For files larger than 2GB, use the Stream API or Web URL. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |GeoTIFF Name | |- |1 |REQUIRED |(byte or multiple values in array [a, b, c]) |ASCII File bytes (< 2GB) | |- |2 |REQUIRED |(String) |Uploader | |- |3 |REQUIRED |(String) |CRS | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Ge...")
- 10:0810:08, 30 March 2026 Api session event editor geotiff remove (hist | edit) [1,390 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing 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 |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorgeotiff/remove/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1, 2, 3 ] ]...")
- 10:0810:08, 30 March 2026 Api session event editor geotiff add (hist | edit) [1,708 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new GeoTIFF Item with provided file. For files larger than 2GB, use the Stream API or Web URL. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |GeoTIFF Name | |- |1 |REQUIRED |(byte or multiple values in array [a, b, c]) |File bytes (< 2GB) | |- |2 |REQUIRED |(String) |Uploader | |- |3 |OPTIONAL |(String) |CRS Override (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |In...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin (hist | edit) [1,632 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor geoplugin Events. GeoPlugin editing. {|class=wikitable !Name !Description |- |ADD |Add new Geoplugin |- |DUPLICATE |Duplicate existing Geoplugin |- |REMOVE |Remove existing Geoplugin |- |SET_NAME |Set new name of existing Geoplugin |} Specific Events: {|clas...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin set source (hist | edit) [1,524 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Source {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |1 |REQUIRED |(SOURCE Integer ID or multiple values in array [1, 2, 3]) |Sources | |} ===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:0810:08, 30 March 2026 Api session event editor geoplugin set new project (hist | edit) [1,555 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set New Project {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |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/even...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin set name attribute (hist | edit) [1,580 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Name Attribute {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |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/e...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin set layer name (hist | edit) [1,564 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Layer Name {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |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/edito...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin set image (hist | edit) [1,544 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Image {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |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/editorgeop...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin set id attribute (hist | edit) [1,572 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Id Attribute {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |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/edi...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin set force xy (hist | edit) [1,543 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Force Xy {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |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/e...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin set crs (hist | edit) [1,536 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Crs {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |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/editorgeoplu...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin remove source (hist | edit) [1,536 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Source {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |1 |REQUIRED |(SOURCE Integer ID or multiple values in array [1, 2, 3]) |Sources | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin remove link (hist | edit) [1,528 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Link {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |1 |REQUIRED |(GEO_LINK Integer ID or multiple values in array [1, 2, 3]) |Geo Links | |} ===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:0810:08, 30 March 2026 Api session event editor geoplugin add new links (hist | edit) [1,575 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add New Links {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Integer array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/sessi...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin add link (hist | edit) [1,516 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Link {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |1 |REQUIRED |(GEO_LINK Integer ID or multiple values in array [1, 2, 3]) |Geo Links | |} ===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:0810:08, 30 March 2026 Api session event editor geoplugin set name (hist | edit) [1,571 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Geoplugin {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |- |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...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin remove (hist | edit) [1,408 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Geoplugin {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |} ===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/editorgeoplugin/remove/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1, 2...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin duplicate (hist | edit) [1,435 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Geoplugin {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GEO_PLUGIN Integer ID or multiple values in array [1, 2, 3]) |Geo Plugins | |} ===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/editorgeoplugin/duplicate/?f=HTML&token=API_TOKEN with co...")
- 10:0810:08, 30 March 2026 Api session event editor geoplugin add (hist | edit) [1,180 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Geoplugin {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |GeoLinkType |AREA, BUILDING, ROAD, STREET_OBJECT, TERRAIN_HEIGHT or WATER_BOTTOM |} ===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/editorgeoplugin/add/?f=HTML&token=API_TOKEN with content:...")