Retrieve a datapoint period of an asset attribute
GEThttps://demo.openremote.io/api/master/asset/datapoint/periods
Retrieve a datapoint period of an asset attribute
Request
Query Parameters
assetId string
attributeName string
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
assetIdstring
attributeNamestring
oldestTimestampint64
latestTimestampint64
{
"assetId": "string",
"attributeName": "string",
"oldestTimestamp": 0,
"latestTimestamp": 0
}
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
- nodejs
- java
- python
- ruby
- csharp
- go
- php
- powershell
- CURL
curl -L 'https://demo.openremote.io/api/master/asset/datapoint/periods' \
-H 'Authorization: Bearer <token>'
ResponseClear