GET api/timeseries/types

GET all the available timeseries type classes.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Timeseries type classes.

Dictionary of TimeSeriesTypeClass [key] and integer [value]

Response Formats

application/json, text/json

Sample:
{
  "Consumption": 1
}

text/html

Sample:
{"Consumption":1}