Skip to content
README.md 1.83 KiB
Newer Older
# Documentation for AdvantEDGE GIS Engine REST API

<a name="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints

Simon Pastor's avatar
Simon Pastor committed
All URIs are relative to *http://localhost/sandboxname/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


<a name="documentation-for-models"></a>
## 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)


<a name="documentation-for-authorization"></a>
## Documentation for Authorization

All endpoints do not require authorization.