GET api/indicators/types

Retrieves the available indicator types in the data source.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Indicators.Type
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": -1,
    "Name": "Environmental"
  },
  {
    "Id": 4,
    "Name": "Energy"
  }
]