Get Process Variable (Binary)
GET/process-instance/:id/variables/:varName/data
Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name. Applicable for byte array or file Process 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.
Bad Request A Process Variable with the given id exists but does not serialize as binary data.
Not Found A Process Variable with the given id does not exist.