Home controller
- Source:
Methods
(method HttpGet) GetAssets(titleId, depth, srid) → {ActionResult}
Get assets
Parameters:
Name | Type | Description |
---|---|---|
titleId |
int | Title id |
depth |
string | Depth |
srid |
int | Srid |
- Source:
Returns:
- Assets
- Type
- ActionResult
(method HttpGet) GetBoundaries(level, srid, zoom, extent, indicatorId, dataSourceId) → {ActionResult}
Get boundaries
Parameters:
Name | Type | Description |
---|---|---|
level |
int | Level |
srid |
int | Srid |
zoom |
int | Zoom |
extent |
string | Extent |
indicatorId |
int | Indicator id |
dataSourceId |
int | Data source id |
- Source:
Returns:
- Boundaries
- Type
- ActionResult
(method HttpGet) GetCatalogs() → {ActionResult}
Get catalogs
- Source:
Returns:
- Catalogs
- Type
- ActionResult
(method HttpGet) GetGeometryTypeProperties() → {ActionResult}
Get geometry type properties
- Source:
Returns:
- Geometry type properties
- Type
- ActionResult
(method HttpGet) GetHelp(name) → {ActionResult}
Get help
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Name |
- Source:
Returns:
- Help
- Type
- ActionResult
(method HttpGet) GetI18N() → {ActionResult}
Get i18n strings
- Source:
Returns:
- I18n
- Type
- ActionResult
(method HttpGet) GetIndicatorLegend(indicatorId) → {ActionResult}
Get indicator legend
Parameters:
Name | Type | Description |
---|---|---|
indicatorId |
int | Indicator id |
- Source:
Returns:
- Indicator legend
- Type
- ActionResult
(method HttpGet) GetIndicatorValues(indicatorId, dataSourceId) → {ActionResult}
Get indicator values
Parameters:
Name | Type | Description |
---|---|---|
indicatorId |
int | Indicator id |
dataSourceId |
int | Data source id |
- Source:
Returns:
- Indicator values
- Type
- ActionResult
(method HttpGet) GetIndicatorsForDataSource() → {ActionResult}
Get routes for the current user
- Source:
Returns:
- List of routes
- Type
- ActionResult
(method HttpGet) GetIndicatorsTable() → {ActionResult}
Get indicators table
- Source:
Returns:
- Indicators table
- Type
- ActionResult
(method HttpGet) GetLocaleOptions() → {ActionResult}
Get locale options
- Source:
Returns:
- Locale options
- Type
- ActionResult
(method HttpGet) GetNews(skip, n) → {ActionResult}
Get news
Parameters:
Name | Type | Description |
---|---|---|
skip |
int | news items to skip |
n |
int | news items to get |
- Source:
Returns:
- News
- Type
- ActionResult
(method HttpGet) GetPointHistory(pointId, indicatorId) → {ActionResult}
Get point history
Parameters:
Name | Type | Description |
---|---|---|
pointId |
int | Point id |
indicatorId |
int | Indicator id |
- Source:
Returns:
- Point history
- Type
- ActionResult
(method HttpGet anonymous) GetPolicy(polycyType) → {ActionResult}
returns the policy for the given policy type
Parameters:
Name | Type | Description |
---|---|---|
polycyType |
string | type of policy to return |
- Source:
Returns:
- Policy
- Type
- ActionResult
(method HttpGet) GetShapesForDataSource() → {ActionResult}
Get shapes for data source
- Source:
Returns:
- Shapes for data source
- Type
- ActionResult
(method HttpGet) GetTileLayers(srid) → {ActionResult}
Get tile layers
Parameters:
Name | Type | Description |
---|---|---|
srid |
int | Srid |
- Source:
Returns:
- Tile layers
- Type
- ActionResult
(method HttpGet) GetTitles() → {ActionResult}
Get titles
- Source:
Returns:
- Titles
- Type
- ActionResult
(method HttpGet) Ping() → {ActionResult}
Ping (check if the server is running)
- Source:
Returns:
- Ok
- Type
- ActionResult