Api session event editor zoning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
|- | |- | ||
| [[Api session event editor zoning add polygons|add_polygons]] | | [[Api session event editor zoning add polygons|add_polygons]] | ||
| Add [[ | | Add [[Polygon]]s to existing Zoning | ||
|- | |- | ||
| [[Api session event editor zoning append attribute|append_attribute]] | | [[Api session event editor zoning append attribute|append_attribute]] | ||
| Line 28: | Line 28: | ||
|- | |- | ||
| [[Api session event editor zoning remove polygons|remove_polygons]] | | [[Api session event editor zoning remove polygons|remove_polygons]] | ||
| Remove [[ | | Remove [[Polygon]]s from existing Zoning | ||
|- | |- | ||
| [[Api session event editor zoning set attribute|set_attribute]] | | [[Api session event editor zoning set attribute|set_attribute]] | ||
| Line 43: | Line 43: | ||
|- | |- | ||
| [[Api session event editor zoning set polygons|set_polygons]] | | [[Api session event editor zoning set polygons|set_polygons]] | ||
| Set [[ | | Set [[Polygon]]s to existing Zoning | ||
|} | |} | ||
Latest revision as of 13:03, 19 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 numeric Attribute value |
| duplicate | Duplicate existing Zoning |
| import | Import Zone Collection |
| remove | Remove existing Zoning |
| remove_attribute | Remove numeric Attribute from Zoning |
| remove_polygons | Remove Polygons from existing Zoning |
| set_attribute | Set Zoning numeric Attribute value |
| set_attributes | Set multiple Zoning numeric 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 |