Method

GET

Parameters

Result

Response Codes

Code Media type Description
200 application/octet-stream or the saved MIME type Request successful.
400 application/json A Process Variable with the given id exists but does not serialize as binary data. See the for the error response format.
404 application/json A Process Variable with the given id does not exist. See the Introduction for the error response format.

Example

GET /process-instance/aProcessInstanceId/variables/aVarName/data

file variable: Status 200. Content-Type: text/plain; charset=UTF-8. Content-Disposition: attachment; filename=“someFile.txt”