Skip to main content
GET
/
history
/
detail
/
{id}
/
data
Get Historic Detail (Binary)
curl --request GET \
  --url http://{host}:{port}/{contextPath}/history/detail/{id}/data \
  --header 'Authorization: Basic <encoded-value>'
"binary variable: Status 200. Content-Type: application/octet-stream"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the historic variable update.

Response

Request successful.

For binary variables or files without any MIME type information, a byte stream is returned.