Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Did you try to create a file from the attachment then uncompress that file with tFileUnarchive?