Api session event editor neighborhood: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor neighborhood add|add]] | | [[Api session event editor neighborhood add|add]] | ||
|Add new [[Neighborhood]] | | Add new [[Neighborhood]] | ||
|- | |- | ||
|[[Api session event editor neighborhood add polygons|add_polygons]] | | [[Api session event editor neighborhood add polygons|add_polygons]] | ||
|Add [[#Api Model Polygon|Polygon]]s to existing [[Neighborhood]] | | Add [[#Api Model Polygon|Polygon]]s to existing [[Neighborhood]] | ||
|- | |- | ||
|[[Api session event editor neighborhood append attribute|append_attribute]] | | [[Api session event editor neighborhood append attribute|append_attribute]] | ||
|Appended to existing [[Neighborhood]] [[Attribute]] value | | Appended to existing [[Neighborhood]] [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor neighborhood duplicate|duplicate]] | | [[Api session event editor neighborhood duplicate|duplicate]] | ||
|Duplicate existing [[Neighborhood]] | | Duplicate existing [[Neighborhood]] | ||
|- | |- | ||
|[[Api session event editor neighborhood import|import]] | | [[Api session event editor neighborhood import|import]] | ||
|Import [[Neighborhood]] Collection | | Import [[Neighborhood]] Collection | ||
|- | |- | ||
|[[Api session event editor neighborhood remove|remove]] | | [[Api session event editor neighborhood remove|remove]] | ||
|Remove existing [[Neighborhood]] | | Remove existing [[Neighborhood]] | ||
|- | |- | ||
|[[Api session event editor neighborhood remove attribute|remove_attribute]] | | [[Api session event editor neighborhood remove attribute|remove_attribute]] | ||
|Remove [[Attribute]] from [[Neighborhood]] | | Remove [[Attribute]] from [[Neighborhood]] | ||
|- | |- | ||
|[[Api session event editor neighborhood remove polygons|remove_polygons]] | | [[Api session event editor neighborhood remove polygons|remove_polygons]] | ||
|Remove [[#Api Model Polygon|Polygon]]s from existing [[Neighborhood]] | | Remove [[#Api Model Polygon|Polygon]]s from existing [[Neighborhood]] | ||
|- | |- | ||
|[[Api session event editor neighborhood set active|set_active]] | | [[Api session event editor neighborhood set active|set_active]] | ||
|Set [[Neighborhood]] active | | Set [[Neighborhood]] active | ||
|- | |- | ||
|[[Api session event editor neighborhood set attribute|set_attribute]] | | [[Api session event editor neighborhood set attribute|set_attribute]] | ||
|Set [[Neighborhood]] [[Attribute]] value | | Set [[Neighborhood]] [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor neighborhood set attributes|set_attributes]] | | [[Api session event editor neighborhood set attributes|set_attributes]] | ||
|Set multiple [[Neighborhood]] [[Attribute]] values | | Set multiple [[Neighborhood]] [[Attribute]] values | ||
|- | |- | ||
|[[Api session event editor neighborhood set color|set_color]] | | [[Api session event editor neighborhood set color|set_color]] | ||
|Set new color of existing [[Neighborhood]] | | Set new color of existing [[Neighborhood]] | ||
|- | |- | ||
|[[Api session event editor neighborhood set name|set_name]] | | [[Api session event editor neighborhood set name|set_name]] | ||
|Set new name of existing [[Neighborhood]] | | Set new name of existing [[Neighborhood]] | ||
|- | |- | ||
|[[Api session event editor neighborhood set polygons|set_polygons]] | | [[Api session event editor neighborhood set polygons|set_polygons]] | ||
|Set [[#Api Model Polygon|Polygon]]s to existing [[Neighborhood]] | | Set [[#Api Model Polygon|Polygon]]s to existing [[Neighborhood]] | ||
|} | |} | ||
{{article end|seealso=*[[Api Session Endpoints]] | {{article end|seealso=*[[Api Session Endpoints]] | ||
Revision as of 11:40, 8 June 2026
API Endpoint: api/session/event/editorneighborhood/
API endpoints for Neighborhood editing.
| Name | Description |
|---|---|
| add | Add new Neighborhood |
| add_polygons | Add Polygons to existing Neighborhood |
| append_attribute | Appended to existing Neighborhood Attribute value |
| duplicate | Duplicate existing Neighborhood |
| import | Import Neighborhood Collection |
| remove | Remove existing Neighborhood |
| remove_attribute | Remove Attribute from Neighborhood |
| remove_polygons | Remove Polygons from existing Neighborhood |
| set_active | Set Neighborhood active |
| set_attribute | Set Neighborhood Attribute value |
| set_attributes | Set multiple Neighborhood Attribute values |
| set_color | Set new color of existing Neighborhood |
| set_name | Set new name of existing Neighborhood |
| set_polygons | Set Polygons to existing Neighborhood |