Issue in Respose from Rest Api
Summary
Issue in Respose from Rest ApiContent
Hi,
I am able to test a REST api from Postman and getting response. While creating a service connection in VBCS app i am able to see sample response and using this response i created a Type and a variable of this Response Type . But when used this REST api in one of the action chain it's not giving any response in any of the body attributes.
below is sample response from Postman:
{
"<span class="hljs-attribute" style="box-sizing: border-box;">errorCode</span>":<span class="hljs-value" style="box-sizing: border-box;"><span class="hljs-string" style="box-sizing: border-box; color: rgb(136, 0, 0);">"0"</span></span>,
"<span class="hljs-attribute" style="box-sizing: border-box;">id</span>":<span class="hljs-value" style="box-sizing: border-box;"><span class="hljs-string" style="box-sizing: border-box; color: rgb(136, 0, 0);">"D3C1C1F319CFE6B102095C5DT0000000000100000001"</span></span>,
"<span class="hljs-attribute" style="box-sizing: border-box;">previewUrl</span>":<span class="hljs-value" style="box-sizing: border-box;"><span class="hljs-string" style="box-sizing: border-box; color: rgb(136, 0, 0);">"http://Service1-AttTenant1.slc04ymr.us.oracle.com:12020/documents/fileview/D03175B85C8EAA3B6F2BC6A84EE870070A1A2B7FEACF/1/preview/html5/pvw.html"</span></span>,
"<span class="hljs-attribute" style="box-sizing: border-box;">version</span>":<span class="hljs-value" style="box-sizing: border-box;"><span class="hljs-string" style="box-sizing: border-box; color: rgb(136, 0, 0);">"1"</span></span>,
"<span class="hljs-attribute" style="box-sizing: border-box;">type</span>":<span class="hljs-value" style="box-sizing: border-box;"><span class="hljs-string" style="box-sizing: border-box; color: rgb(136, 0, 0);">"file"</span>
</span>}
0