Api session event editor zoning: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Api session event editor zoning Endpoints.
API Endpoint: api/session/event/editorzoning/


API Endpoints for Zoning editing.
API endpoints for Zoning editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
Line 10: Line 10:
|-
|-
|[[Api session event editor zoning add polygons|add_polygons]]
|[[Api session event editor zoning add polygons|add_polygons]]
|Add polygons to existing Zoning
|Add [[#Api Model Polygon|Polygon]]s 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]]
Line 25: Line 25:
|-
|-
|[[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 [[#Api Model Polygon|Polygon]]s 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]]
Line 43: Line 43:
|-
|-
|[[Api session event editor zoning set polygons|set_polygons]]
|[[Api session event editor zoning set polygons|set_polygons]]
|Set polygons to existing Zoning
|Set [[#Api Model Polygon|Polygon]]s to existing Zoning
|}
|}


Additional API Endpoints:
Additional API endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
Line 66: Line 66:
|Set Permitter
|Set Permitter
|}
|}
{{article end|seealso=*[[Api Events]]
{{article end|seealso=*[[Api Session Endpoints]]
*[[Api session items zones]]
*[[Api session items zones]]
}}
}}


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

Latest revision as of 08:41, 3 June 2026

API Endpoint: api/session/event/editorzoning/

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