How to reference the content of httpresponse object

0
The httpresponse object resulting from the Call REST API GET has a key called 'content'. 'content' is the 'body' of 'response'. But when I try to view the contents of 'content' in the log message... I get an error in the reference. The received 'content' has a 'key' called analyzeResult , but I can't refer to it. How can I check this?    
asked
1 answers
0

In the “template” part you put {1}

And in the Template  Parameter String you put $latestHttpResponse/Content

Is that what you are looking for?

answered