Api session event editor actionmenu: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
API api session event editor actionmenu Events.
API Endpoint: api/session/event/editoractionmenu/


ActionMenu editing.
API endpoints for [[Action Menu]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor actionmenu add|ADD]]
| [[Api session event editor actionmenu add|add]]
|Add new [[Action Menu]]
| Add new [[Action Menu]]
|-
|-
|[[api session event editor actionmenu duplicate|DUPLICATE]]
| [[Api session event editor actionmenu duplicate|duplicate]]
|Duplicate existing [[Action Menu]]
| Duplicate existing [[Action Menu]]
|-
|-
|[[api session event editor actionmenu remove|REMOVE]]
| [[Api session event editor actionmenu remove|remove]]
|Remove existing [[Action Menu]]
| Remove existing [[Action Menu]]
|-
|-
|[[api session event editor actionmenu set name|SET_NAME]]
| [[Api session event editor actionmenu set name|set_name]]
|Set new name of existing [[Action Menu]]
| Set new name of existing [[Action Menu]]
|}
|}


Specific Events:
Additional API endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor actionmenu add action|ADD_ACTION]]
| [[Api session event editor actionmenu add action|add_action]]
|Add [[Action]]
| Add [[Action]]
|-
|-
|[[api session event editor actionmenu remove actions|REMOVE_ACTIONS]]
| [[Api session event editor actionmenu remove actions|remove_actions]]
|Remove [[Action]]s
| Remove [[Action]]s
|-
|-
|[[api session event editor actionmenu set active for stakeholder and scenario|SET_ACTIVE_FOR_STAKEHOLDER_AND_SCENARIO]]
| [[Api session event editor actionmenu set active for stakeholder and scenario|set_active_for_stakeholder_and_scenario]]
|Set Active For [[Stakeholder]] And [[Scenario]]
| Set Active For [[Stakeholder]] And [[Scenario]]
|-
|-
|[[api session event editor actionmenu set image|SET_IMAGE]]
| [[Api session event editor actionmenu set image|set_image]]
|Set Image
| Set Image
|-
|-
|[[api session event editor actionmenu swap order|SWAP_ORDER]]
| [[Api session event editor actionmenu swap order|swap_order]]
|Swap Order
| Swap Order
|}
|}
{{article end|seealso=*[[Api Events]]}}
{{article end|seealso=*[[Api Session Endpoints]]
*[[Api session items actionmenus]]
}}


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

Latest revision as of 11:37, 8 June 2026

API Endpoint: api/session/event/editoractionmenu/

API endpoints for Action Menu editing.

Name Description
add Add new Action Menu
duplicate Duplicate existing Action Menu
remove Remove existing Action Menu
set_name Set new name of existing Action Menu

Additional API endpoints:

Name Description
add_action Add Action
remove_actions Remove Actions
set_active_for_stakeholder_and_scenario Set Active For Stakeholder And Scenario
set_image Set Image
swap_order Swap Order