Api session event editor neighborhood: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
api session event editor neighborhood Events.
API Endpoint: api/session/event/editorneighborhood/


[[Neighborhood]] editing.
API endpoints for [[Neighborhood]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!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 polygons to existing [[Neighborhood]]
| Add [[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]] numeric [[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 numeric [[Attribute]] from [[Neighborhood]]
|-
|-
|[[api session event editor neighborhood remove polygons|REMOVE_POLYGONS]]
| [[Api session event editor neighborhood remove polygons|remove_polygons]]
|Remove polygons from existing [[Neighborhood]]
| Remove [[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]] numeric [[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]] numeric [[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]]
|}
 
Specific Events:
{|class=wikitable
!Name
!Description
|-
|-
|[[api session event editor neighborhood set polygons|SET_POLYGONS]]
| [[Api session event editor neighborhood set polygons|set_polygons]]
|Set Polygons
| Set [[Polygon]]s to existing [[Neighborhood]]
|}
|}
{{article end|seealso=*[[Api Events]]}}
{{article end|seealso=*[[Api Session Endpoints]]
*[[Api session items neighborhoods]]
}}


[[Category:API]]
[[Category:API]]

Latest revision as of 13:01, 19 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 numeric Attribute value
duplicate Duplicate existing Neighborhood
import Import Neighborhood Collection
remove Remove existing Neighborhood
remove_attribute Remove numeric Attribute from Neighborhood
remove_polygons Remove Polygons from existing Neighborhood
set_active Set Neighborhood active
set_attribute Set Neighborhood numeric Attribute value
set_attributes Set multiple Neighborhood numeric 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