Method

GET

Parameters

Result

Response Codes

Code Media type Description
200 application/octet-streamorthe saved MIME type Request successful.
400 application/json Variable with given id exists but is not a binary variable. See the for the error response format.
404 application/json Variable with given id does not exist. See the Introduction for the error response format.

Example

GET /case-instance/aCaseInstanceId/variables/aVarName/data

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