Api session event editor indicator: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
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..."
 
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
API api session event editor indicator Events.
API Endpoint: api/session/event/editorindicator/


Indicator editing.
API endpoints for [[Indicator]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor indicator add|ADD]]
| [[Api session event editor indicator add|add]]
|Add new [[Indicator]]
| Add new [[Indicator]]
|-
|-
|[[api session event editor indicator append attribute|APPEND_ATTRIBUTE]]
| [[Api session event editor indicator append attribute|append_attribute]]
|Appended to existing [[Indicator]] attribute value
| Appended to existing [[Indicator]] numeric [[Attribute]] value
|-
|-
|[[api session event editor indicator duplicate|DUPLICATE]]
| [[Api session event editor indicator duplicate|duplicate]]
|Duplicate existing [[Indicator]]
| Duplicate existing [[Indicator]]
|-
|-
|[[api session event editor indicator remove|REMOVE]]
| [[Api session event editor indicator remove|remove]]
|Remove existing [[Indicator]]
| Remove existing [[Indicator]]
|-
|-
|[[api session event editor indicator remove attribute|REMOVE_ATTRIBUTE]]
| [[Api session event editor indicator remove attribute|remove_attribute]]
|Remove attribute from [[Indicator]]
| Remove numeric [[Attribute]] from [[Indicator]]
|-
|-
|[[api session event editor indicator set active|SET_ACTIVE]]
| [[Api session event editor indicator set active|set_active]]
|Set [[Indicator]] active
| Set [[Indicator]] active
|-
|-
|[[api session event editor indicator set attribute|SET_ATTRIBUTE]]
| [[Api session event editor indicator set attribute|set_attribute]]
|Set [[Indicator]] attribute value
| Set [[Indicator]] numeric [[Attribute]] value
|-
|-
|[[api session event editor indicator set attributes|SET_ATTRIBUTES]]
| [[Api session event editor indicator set attributes|set_attributes]]
|Set multiple [[Indicator]] attribute values
| Set multiple [[Indicator]] numeric [[Attribute]] values
|-
|-
|[[api session event editor indicator set color|SET_COLOR]]
| [[Api session event editor indicator set color|set_color]]
|Set new color of existing [[Indicator]]
| Set new color of existing [[Indicator]]
|-
|-
|[[api session event editor indicator set name|SET_NAME]]
| [[Api session event editor indicator set name|set_name]]
|Set new name of existing [[Indicator]]
| Set new name of existing [[Indicator]]
|}
|}


Specific Events:
Additional API endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor indicator excel min log time|EXCEL_MIN_LOG_TIME]]
| [[Api session event editor indicator excel min log time|excel_min_log_time]]
|Excel Min Log [[Time]]
| [[Excel Sheet]] Min Log [[Time]]
|-
|-
|[[api session event editor indicator export debug excel|EXPORT_DEBUG_EXCEL]]
| [[Api session event editor indicator export debug excel|export_debug_excel]]
|Export Debug Excel
| Export Debug [[Excel Sheet]]
|-
|-
|[[api session event editor indicator export excel call tree|EXPORT_EXCEL_CALL_TREE]]
| [[Api session event editor indicator export excel call tree|export_excel_call_tree]]
|Export Excel Call Tree
| Export [[Excel Sheet]] Call Tree
|-
|-
|[[api session event editor indicator remove stakeholder|REMOVE_STAKEHOLDER]]
| [[Api session event editor indicator remove stakeholder|remove_stakeholder]]
|Remove [[Stakeholder]]
| Remove [[Stakeholder]]
|-
|-
|[[api session event editor indicator set absolute|SET_ABSOLUTE]]
| [[Api session event editor indicator set absolute|set_absolute]]
|Set Absolute
| Set Absolute
|-
|-
|[[api session event editor indicator set description|SET_DESCRIPTION]]
| [[Api session event editor indicator set description|set_description]]
|Set Description
| Set Description
|-
|-
|[[api session event editor indicator set excel|SET_EXCEL]]
| [[Api session event editor indicator set excel|set_excel]]
|Set Excel
| Set [[Excel Sheet]]
|-
|-
|[[api session event editor indicator set image|SET_IMAGE]]
| [[Api session event editor indicator set image|set_image]]
|Set Image
| Set Image
|-
|-
|[[api session event editor indicator set parent|SET_PARENT]]
| [[Api session event editor indicator set parent|set_parent]]
|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.
| Set a parent [[Indicator]] for a specified [[Indicator]], making it a subselectable [[Indicator]]. An [[Indicator]] that already has a parent cannot be assigned as a parent to another [[Indicator]].
|-
|-
|[[api session event editor indicator set short name|SET_SHORT_NAME]]
| [[Api session event editor indicator set short name|set_short_name]]
|Set Short Name
| Set Short Name
|-
|-
|[[api session event editor indicator set stakeholder|SET_STAKEHOLDER]]
| [[Api session event editor indicator set stakeholder|set_stakeholder]]
|Set [[Stakeholder]]
| Set [[Stakeholder]]
|-
|-
|[[api session event editor indicator set target|SET_TARGET]]
| [[Api session event editor indicator set target|set_target]]
|Set a target value of an [[Indicator]] for a Sceanrio. A target index value is required.
| Set a target value of an [[Indicator]] for a [[Scenario]]. A target index value is required.
|-
|-
|[[api session event editor indicator set update timing|SET_UPDATE_TIMING]]
| [[Api session event editor indicator set update timing|set_update_timing]]
|Set Update Timing
| Set Update Timing
|-
|-
|[[api session event editor indicator swap order|SWAP_ORDER]]
| [[Api session event editor indicator swap order|swap_order]]
|Swap Order
| Swap Order
|}
|}
 
{{article end|seealso=*[[Api Session Endpoints]]
Deprecated Events:
*[[Api session items indicators]]
{|class=wikitable
}}
!Name
!Description
|-
|[[api session event editor indicator duplicate indicator|DUPLICATE_INDICATOR]]
|Use DUPLICATE instead for alsmost (no stakeholder option) identical result.
|-
|[[api session event editor indicator reset indicators|RESET_INDICATORS]]
|Replaced by editor/update/
|-
|[[api session event editor indicator reset indicators with id|RESET_INDICATORS_WITH_ID]]
|Replaced by editor/update_with_id/
|}
{{article end|seealso=*[[Api Events]]}}


[[Category:API]]
[[Category:API]]

Latest revision as of 09:59, 13 July 2026

API Endpoint: api/session/event/editorindicator/

API endpoints for Indicator editing.

Name Description
add Add new Indicator
append_attribute Appended to existing Indicator numeric Attribute value
duplicate Duplicate existing Indicator
remove Remove existing Indicator
remove_attribute Remove numeric Attribute from Indicator
set_active Set Indicator active
set_attribute Set Indicator numeric Attribute value
set_attributes Set multiple Indicator numeric Attribute values
set_color Set new color of existing Indicator
set_name Set new name of existing Indicator

Additional API endpoints:

Name Description
excel_min_log_time Excel Sheet Min Log Time
export_debug_excel Export Debug Excel Sheet
export_excel_call_tree Export Excel Sheet Call Tree
remove_stakeholder Remove Stakeholder
set_absolute Set Absolute
set_description Set Description
set_excel Set Excel Sheet
set_image Set Image
set_parent Set a parent Indicator for a specified Indicator, making it a subselectable Indicator. An Indicator that already has a parent cannot be assigned as a parent to another Indicator.
set_short_name Set Short Name
set_stakeholder Set Stakeholder
set_target Set a target value of an Indicator for a Scenario. A target index value is required.
set_update_timing Set Update Timing
swap_order Swap Order