Skip to main content

Retrieve the historical datapoints of an asset attribute

POST 

/asset/datapoint/:assetId/:attributeName

Retrieve the historical datapoints of an asset attribute

Request

Path Parameters

    assetId stringrequired
    attributeName stringrequired

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host string

Body

    fromTimestamp int64
    toTimestamp int64
    fromTime date-time
    toTime date-time
    type stringrequired

Responses

default response

Schema

  • Array [

  • x int64
    y object
  • ]

Loading...