IoT TS Aggregates API

Number of APIs: 1

The aggregate service enables querying aggregated time series data for performance assets based on pre-calculated aggregate values.

Precalculated aggregates are available in the following aggregate intervals * 1 minute * 1 hour * 1 day

Generic Errors

The following generic error codes (with status codes) can occur at the operations of this API. Generic error codes are prefixed with 'mdsp.core.generic.'.

  • unauthorized (401)
  • forbidden (403)
  • tooManyRequests (429)
  • internalServerError (500)
  1. Get aggregated time series data for one aspect of an asset. GET {{baseUrl}}/aggregates?assetId=<string>&aspectName=<string>&from=<string>&to=<string>&intervalValue=<long>&intervalUnit=<string>&select=<string>&count=<string>