# Documentation for AdvantEDGE GIS Engine REST API ## Documentation for API Endpoints All URIs are relative to *http://localhost/gis/v1* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *AutomationApi* | [**getAutomationState**](Apis/AutomationApi.md#getautomationstate) | **GET** /automation | Get automation state *AutomationApi* | [**getAutomationStateByName**](Apis/AutomationApi.md#getautomationstatebyname) | **GET** /automation/{type} | Get automation state *AutomationApi* | [**setAutomationStateByName**](Apis/AutomationApi.md#setautomationstatebyname) | **POST** /automation/{type} | Set automation state *GeospatialDataApi* | [**deleteGeoDataByName**](Apis/GeospatialDataApi.md#deletegeodatabyname) | **DELETE** /geodata/{assetName} | Delete geospatial data *GeospatialDataApi* | [**getAssetData**](Apis/GeospatialDataApi.md#getassetdata) | **GET** /geodata | Get geospatial data *GeospatialDataApi* | [**getGeoDataByName**](Apis/GeospatialDataApi.md#getgeodatabyname) | **GET** /geodata/{assetName} | Get geospatial data *GeospatialDataApi* | [**updateGeoDataByName**](Apis/GeospatialDataApi.md#updategeodatabyname) | **POST** /geodata/{assetName} | Create/Update geospatial data ## Documentation for Models - [AutomationState](./Models/AutomationState.md) - [AutomationStateList](./Models/AutomationStateList.md) - [GeoData](./Models/GeoData.md) - [GeoDataAsset](./Models/GeoDataAsset.md) - [GeoDataAssetAllOf](./Models/GeoDataAssetAllOf.md) - [GeoDataAssetList](./Models/GeoDataAssetList.md) - [LineString](./Models/LineString.md) - [Point](./Models/Point.md) ## Documentation for Authorization All endpoints do not require authorization.