Get Variable Instance (Binary)
GET/variable-instance/:id/data
Retrieves the content of a variable by id. Applicable for byte array and file variables.
Request
Responses
- 200
- 400
- 404
Request successful. For binary variables or files without any MIME type information, a byte stream is returned. File variables with MIME type information are returned as the saved type. Additionally, for file variables the Content-Disposition header will be set.
Variable with given id exists but does not serialize as binary data. See the Introduction for the error response format.
Variable with given id does not exist. See the Introduction for the error response format.