Retrieve the historical datapoints of an asset attribute
POST/asset/datapoint/:assetId/:attributeName
Returns stored historical values for one attribute. A null body returns the available series; a polymorphic query body controls the time range and retrieval or aggregation strategy. Anonymous access requires public-read access on both asset and attribute.
Request
Responses
- 200
- 400
- 403
- 404
- 413
The request completed successfully
The request parameters or body are invalid
The caller does not have permission to access the requested resource
The requested resource does not exist
The request or generated response exceeds the configured size limit