Api session event editor netfunction: Difference between revisions

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


NetFunction editing.
API endpoints for [[Net Function]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor netfunction add|ADD]]
| [[Api session event editor netfunction add|add]]
|Add new [[Net Function]]
| Add new [[Net Function]]
|-
|-
|[[api session event editor netfunction append attribute|APPEND_ATTRIBUTE]]
| [[Api session event editor netfunction append attribute|append_attribute]]
|Appended to existing [[Net Function]] attribute value
| Appended to existing [[Net Function]] numeric [[Attribute]] value
|-
|-
|[[api session event editor netfunction import|IMPORT]]
| [[Api session event editor netfunction import|import]]
|Import multiple [[Net Function]]s
| Import multiple [[Net Function]]s
|-
|-
|[[api session event editor netfunction remove|REMOVE]]
| [[Api session event editor netfunction remove|remove]]
|Remove existing [[Net Function]]
| Remove existing [[Net Function]]
|-
|-
|[[api session event editor netfunction remove attribute|REMOVE_ATTRIBUTE]]
| [[Api session event editor netfunction remove attribute|remove_attribute]]
|Remove attribute from [[Net Function]]
| Remove numeric [[Attribute]] from [[Net Function]]
|-
|-
|[[api session event editor netfunction set attribute|SET_ATTRIBUTE]]
| [[Api session event editor netfunction set attribute|set_attribute]]
|Set [[Net Function]] attribute value
| Set [[Net Function]] numeric [[Attribute]] value
|-
|-
|[[api session event editor netfunction set attributes|SET_ATTRIBUTES]]
| [[Api session event editor netfunction set attributes|set_attributes]]
|Set multiple [[Net Function]] attribute values
| Set multiple [[Net Function]] numeric [[Attribute]] values
|-
|-
|[[api session event editor netfunction set name|SET_NAME]]
| [[Api session event editor netfunction set name|set_name]]
|Set new name of existing [[Net Function]]
| Set new name of existing [[Net Function]]
|}
|}


Specific Events:
Additional API endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor netfunction remove all attributes|REMOVE_ALL_ATTRIBUTES]]
| [[Api session event editor netfunction remove all attributes|remove_all_attributes]]
|Remove All Attributes
| Remove All [[Attribute]]s
|-
|-
|[[api session event editor netfunction set type|SET_TYPE]]
| [[Api session event editor netfunction set type|set_type]]
|Set Type
| Set Type
|}
|}
{{article end|seealso=*[[Api Events]]}}
{{article end|seealso=*[[Api Session Endpoints]]
*[[Api session items netfunctions]]
}}


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

Latest revision as of 12:22, 17 June 2026

API Endpoint: api/session/event/editornetfunction/

API endpoints for Net Function editing.

Name Description
add Add new Net Function
append_attribute Appended to existing Net Function numeric Attribute value
import Import multiple Net Functions
remove Remove existing Net Function
remove_attribute Remove numeric Attribute from Net Function
set_attribute Set Net Function numeric Attribute value
set_attributes Set multiple Net Function numeric Attribute values
set_name Set new name of existing Net Function

Additional API endpoints:

Name Description
remove_all_attributes Remove All Attributes
set_type Set Type