Api session event editor building: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Api session event editor building Endpoints. | Api session event editor building Endpoints. | ||
API | API endpoints for [[Building]] editing. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
| Line 40: | Line 40: | ||
|} | |} | ||
Additional API | Additional API endpoints: | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
| Line 73: | Line 73: | ||
|- | |- | ||
|[[Api session event editor building query|query]] | |[[Api session event editor building query|query]] | ||
|Executes a single [[Tygron Query Language|TQL Query]]. Note: you can also use the [[Session]]/query | |Executes a single [[Tygron Query Language|TQL Query]]. Note: you can also use the [[Session]]/query endpoint to execute multiple statements and get additional in[[Format]]ion on API usage. | ||
|- | |- | ||
|[[Api session event editor building remove geometries|remove_geometries]] | |[[Api session event editor building remove geometries|remove_geometries]] | ||
Revision as of 08:02, 3 June 2026
Api session event editor building Endpoints.
API endpoints for Building editing.
| Name | Description |
|---|---|
| add | Add new Building |
| add_polygons | Add Polygons for Building Section. In case the Building is empty, optionally set ownership to largest Plot Owner of provided MultiPolygon |
| append_attribute | Appended to existing Building Attribute value |
| duplicate | Duplicate existing Building |
| import | Import Building Collection |
| remove | Remove existing Building |
| remove_attribute | Remove Attribute from Building |
| remove_polygons | Delete Polygons for Building Section |
| set_attribute | Set Building Attribute value |
| set_attributes | Set multiple Building Attribute values |
| set_name | Set new name of existing Building |
Additional API endpoints: