Skip to main content
Version: 1.3.0

Retrieve a datapoint export of an asset attribute

GET 

https://demo.openremote.io/api/master/asset/datapoint/export

Retrieve a datapoint export of an asset attribute

Request

Query Parameters

    attributeRefs string
    fromTimestamp int64
    toTimestamp int64

Responses

default response

Schema

    any

Authorization: oauth2

name: openidtype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
    "refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
    "scopes": {
      "profile": "profile"
    }
  },
  "authorizationCode": {
    "authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
    "tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
    "refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
    "scopes": {
      "profile": "profile"
    }
  }
}
curl -L 'https://demo.openremote.io/api/master/asset/datapoint/export' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://demo.openremote.io/api/master
Auth
Parameters
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!