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 does not serialize as binary data. 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 /variable-instance/someId/data
file variable: Status 200. Content-Type: text/plain; charset=UTF-8. Content-Disposition: attachment; filename=“someFile.txt”