Get Local Execution Variable (Binary)
GET/execution/:id/localVariables/:varName/data
Retrieves a binary variable from the context of a given execution by id. Does not traverse the parent execution hierarchy. 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 instance with given id exists but is not a binary variable. See the Introduction for the error response format.
Variable instance with given id does not exist. See the Introduction for the error response format.