Api session event editor zoning: Difference between revisions
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| | |[[Api session event editor zoning add|add]] | ||
|Add new Zoning | |Add new Zoning | ||
|- | |- | ||
|[[Api session event editor zoning 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| | |[[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| | |[[Api session event editor zoning duplicate|duplicate]] | ||
|Duplicate existing Zoning | |Duplicate existing Zoning | ||
|- | |- | ||
|[[Api session event editor zoning import| | |[[Api session event editor zoning import|import]] | ||
|Import [[Zone]] Collection | |Import [[Zone]] Collection | ||
|- | |- | ||
|[[Api session event editor zoning remove| | |[[Api session event editor zoning remove|remove]] | ||
|Remove existing Zoning | |Remove existing Zoning | ||
|- | |- | ||
|[[Api session event editor zoning 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| | |[[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| | |[[Api session event editor zoning set attribute|set_attribute]] | ||
|Set Zoning attribute value | |Set Zoning attribute value | ||
|- | |- | ||
|[[Api session event editor zoning 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| | |[[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| | |[[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| | |[[Api session event editor zoning set polygons|set_polygons]] | ||
|Set polygons to existing Zoning | |Set polygons to existing Zoning | ||
|} | |} | ||
Additional API Endpoints: | |||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor zoning 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| | |[[Api session event editor zoning remove function category|remove_function_category]] | ||
|Remove [[Function]] [[Category]] | |Remove [[Function]] [[Category]] | ||
|- | |- | ||
|[[Api session event editor zoning set excel| | |[[Api session event editor zoning set excel|set_excel]] | ||
|Set [[Excel Sheet]] | |Set [[Excel Sheet]] | ||
|- | |- | ||
|[[Api session event editor zoning set parent| | |[[Api session event editor zoning set parent|set_parent]] | ||
|Set Parent | |Set Parent | ||
|- | |- | ||
|[[Api session event editor zoning 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]] | ||
}} | }} | ||
[[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 |