Api session event editor indicator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 67: | Line 67: | ||
|- | |- | ||
| [[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]] | | 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]] | ||
| Line 76: | Line 76: | ||
|- | |- | ||
| [[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 | | 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]] | ||
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 |