Export historical datapoints
GET/asset/datapoint/export
Streams a ZIP archive containing exported datapoints for one or more attribute references over the requested inclusive time range. attributeRefs is a JSON-encoded array of objects with id and name fields.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 413
- 500
A ZIP archive containing the exported data
Response Headers
Content-Disposition
Attachment filename for the ZIP archive
The request parameters or body are invalid
Authentication is required or the supplied credentials are invalid
The authenticated user does not have permission to perform this operation
The requested resource does not exist
The request or generated response exceeds the configured size limit
The operation failed because of an unexpected server error