Retrieve the predicted datapoints of an asset attribute
POST/asset/predicted/:assetId/:attributeName
Retrieve the predicted datapoints of an asset attribute
Request
Path Parameters
assetId stringrequired
attributeName stringrequired
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
- application/json
Body
fromTimestamp int64
toTimestamp int64
fromTime date-time
toTime date-time
type stringrequired
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
x int64
y object
[
{
"x": 0,
"y": {}
}
]
Loading...