Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

tRestRequest/Response : download a file from the browser

Hello everyone !

I use Open Studio for ESB.

I'm doing so tests using tRestRequest and tRestResponse.

In tRestResponse, I can see that the returned body type can be byte[].

My question : Is there a way to return binary data, and begin a file download, for instance if the REST request is done via a web browser ?

Thank you 🙂

Labels (2)
2 Replies
Anonymous
Not applicable

Hi

This is a new feature, see jira issue.

tRESTResponse will be able to return files and other binary data more effectively, instead of converting such data to byte[] first. If tRESTResponse data type is set to Object then it will be cast to InputStream

 

Regards

Shong

 

Alpha549
Creator II
Creator II
Author

Hello @Shicong Hong​ 

 

Do you know when this feature will be available for users, in Open Studio version, and in Enterprise version ?