Api session event editor zoning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| 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]] | ||
| Appended to existing Zoning [[Attribute]] value | | Appended to existing Zoning numeric [[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 numeric [[Attribute]] from Zoning | ||
|- | |- | ||
| [[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]] | ||
| Set Zoning [[Attribute]] value | | Set Zoning numeric [[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 numeric [[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 [[ | | 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 |