Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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
Support
Support

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