Get Variable Instance (Binary)
变量实例
根据Id获取(二进制)
Retrieves the content of a variable by id. Applicable for byte array and file variables.
GET
Get Variable Instance (Binary)
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the variable instance.
Response
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.
For files without any MIME type information, a byte stream is returned.