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: 
Anonymous
Not applicable

how to decompress the incoming data from API

Hi,

I'm trying to access data through API by using tRest, and I'm receiving data in compressed format,

here is my request using tRest.

"https://companyname.co/api/insight/department_descriptions/101?auth=authcode"

Headers,

"Content-Type" : "application/json"

"Accept-Encoding" : "gzip"

I'm getting data as in attachment,

 

Thanks in advance

 

 

Labels (3)
1 Reply
TRF
Champion II
Champion II

Did you try to create a file from the attachment then uncompress that file with tFileUnarchive?