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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ravi_Rajagopal
Contributor III
Contributor III

extract the Expiration from header after a tRestClient call using tExtractJSONFields

I have a trestclient that has the Bearer token whose expiry is being returned back in the header of the call. I don't know how to extract the same. Please help 

Labels (5)
1 Reply
Shicong_Hong
Employee
Employee

Hi 

Take a look at this post and try the Java code on tJavaRow to get the header information, once you have access to the header information, you can extract the relevant data from it. Let me know if you have any questions.

Regards

Shicong