Skip to main content
GET
/
history
/
variable-instance
/
{id}
/
data
Get Variable Instance (Binary)
curl --request GET \
  --url http://{host}:{port}/{contextPath}/history/variable-instance/{id}/data \
  --header 'Authorization: Basic <encoded-value>'
""

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 variable instance.

Response

Request successful.

For application/octet-stream Responses, a byte stream is returned.