GET api/timeseries/{objectKey}/objectType/{objectType}
GET all the available timeseries metadata.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objectKey |
Object key |
string |
Required |
| objectType |
Object type |
ObjectType |
Required |
Body Parameters
None.
Response Information
Resource Description
Timeseries contains the last value. Value has value and timestamp.
TimeSerieMetadata| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectType | ObjectType |
None. |
|
| ObjectKey | string |
None. |
|
| TimeZone | string |
None. |
|
| TimeSeriesType | TimeSeriesType |
None. |
|
| TimeSeriesTypeClass | TimeSeriesTypeClass |
None. |
|
| Resolution | TimeSeriesResolution |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.