GET api/controlplanrequests/tstypes
Gets timeseries types.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of timeseries types
Collection of Pair of integer [key] and string [value]Response Formats
application/json, text/json
Sample:
[
{
"Key": 1,
"Value": "sample string 2"
},
{
"Key": 1,
"Value": "sample string 2"
}
]
text/html
Sample:
[{"Key":1,"Value":"sample string 2"},{"Key":1,"Value":"sample string 2"}]