Api session event editor zoning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
|- | |- | ||
| [[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]] | ||
| Line 31: | Line 31: | ||
|- | |- | ||
| [[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]] | ||
Revision as of 12:24, 17 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 |