Api session event editor zoning: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Api session event editor zoning Events.
Api session event editor zoning Events.


Zoning editing.
API Endpoints for Zoning editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor zoning add|ADD]]
|[[Api session event editor zoning add|add]]
|Add new Zoning
|Add new Zoning
|-
|-
|[[Api session event editor zoning add polygons|ADD_POLYGONS]]
|[[Api session event editor zoning add polygons|add_polygons]]
|Add polygons to existing Zoning
|Add polygons to existing Zoning
|-
|-
|[[Api session event editor zoning append attribute|APPEND_ATTRIBUTE]]
|[[Api session event editor zoning append attribute|append_attribute]]
|Appended to existing Zoning attribute value
|Appended to existing Zoning attribute value
|-
|-
|[[Api session event editor zoning duplicate|DUPLICATE]]
|[[Api session event editor zoning duplicate|duplicate]]
|Duplicate existing Zoning
|Duplicate existing Zoning
|-
|-
|[[Api session event editor zoning import|IMPORT]]
|[[Api session event editor zoning import|import]]
|Import [[Zone]] Collection
|Import [[Zone]] Collection
|-
|-
|[[Api session event editor zoning remove|REMOVE]]
|[[Api session event editor zoning remove|remove]]
|Remove existing Zoning
|Remove existing Zoning
|-
|-
|[[Api session event editor zoning remove attribute|REMOVE_ATTRIBUTE]]
|[[Api session event editor zoning remove attribute|remove_attribute]]
|Remove attribute from Zoning
|Remove attribute from Zoning
|-
|-
|[[Api session event editor zoning remove polygons|REMOVE_POLYGONS]]
|[[Api session event editor zoning remove polygons|remove_polygons]]
|Remove polygons from existing Zoning
|Remove polygons from existing Zoning
|-
|-
|[[Api session event editor zoning set attribute|SET_ATTRIBUTE]]
|[[Api session event editor zoning set attribute|set_attribute]]
|Set Zoning attribute value
|Set Zoning attribute value
|-
|-
|[[Api session event editor zoning set attributes|SET_ATTRIBUTES]]
|[[Api session event editor zoning set attributes|set_attributes]]
|Set multiple Zoning attribute values
|Set multiple Zoning attribute values
|-
|-
|[[Api session event editor zoning set color|SET_COLOR]]
|[[Api session event editor zoning set color|set_color]]
|Set new color of existing Zoning
|Set new color of existing Zoning
|-
|-
|[[Api session event editor zoning set name|SET_NAME]]
|[[Api session event editor zoning set name|set_name]]
|Set new name of existing Zoning
|Set new name of existing Zoning
|-
|-
|[[Api session event editor zoning set polygons|SET_POLYGONS]]
|[[Api session event editor zoning set polygons|set_polygons]]
|Set polygons to existing Zoning
|Set polygons to existing Zoning
|}
|}


Specific Events:
Additional API Endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor zoning add function category|ADD_FUNCTION_CATEGORY]]
|[[Api session event editor zoning add function category|add_function_category]]
|Add [[Function]] [[Category]]
|Add [[Function]] [[Category]]
|-
|-
|[[Api session event editor zoning remove function category|REMOVE_FUNCTION_CATEGORY]]
|[[Api session event editor zoning remove function category|remove_function_category]]
|Remove [[Function]] [[Category]]
|Remove [[Function]] [[Category]]
|-
|-
|[[Api session event editor zoning set excel|SET_EXCEL]]
|[[Api session event editor zoning set excel|set_excel]]
|Set [[Excel Sheet]]
|Set [[Excel Sheet]]
|-
|-
|[[Api session event editor zoning set parent|SET_PARENT]]
|[[Api session event editor zoning set parent|set_parent]]
|Set Parent
|Set Parent
|-
|-
|[[Api session event editor zoning set permitter|SET_PERMITTER]]
|[[Api session event editor zoning set permitter|set_permitter]]
|Set Permitter
|Set Permitter
|}
|}
{{article end|seealso=*[[Api Events]]
{{article end|seealso=*[[Api Events]]
*[[Api session items zones]]
}}
}}


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

Revision as of 11:32, 10 April 2026

Api session event editor zoning Events.

API Endpoints for Zoning editing.

Name Description
add Add new Zoning
add_polygons Add polygons to existing Zoning
append_attribute Appended to existing Zoning attribute value
duplicate Duplicate existing Zoning
import Import Zone Collection
remove Remove existing Zoning
remove_attribute Remove attribute from Zoning
remove_polygons Remove polygons from existing Zoning
set_attribute Set Zoning attribute value
set_attributes Set multiple Zoning attribute values
set_color Set new color of existing Zoning
set_name Set new name of existing Zoning
set_polygons Set polygons to existing Zoning

Additional API Endpoints:

Name Description
add_function_category Add Function Category
remove_function_category Remove Function Category
set_excel Set Excel Sheet
set_parent Set Parent
set_permitter Set Permitter

See also