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: 
schmidtj
Creator II
Creator II

REST | Get raw response from Post request

Hi,

i would like to send a REST request to an api via post.
I have done that with several other apis and it always worked fine.
this time, however its a bit different. The request works fine, but i cant manage to fetch the response data.

Usually i get a json object as a response and i can then iterate over the data.
This time however i want to get an access token and the token is just returned back in the raw response like that:

"sdfhezf23zr89hwfeh98z829rh"

My problem is, that i dont know how to reference that data, since there are no field names.
Can anybody help me with that?

Labels (1)
0 Replies