Hi All,
I am doing Get Request and getting the following error. Can anyone help me on this ?
Please check if you are receiving any response from API. Generally you will get this error if you are passing any non JSON format string to deserialise activity.
Cheers!
getting the below error response
Looks there is some issue in your API call. May be your server is taking long time or you might be calling in wrong way.
Cheers!
This is the url which I want to call
where aIp8Y000000GpIhSAK need to take in variable.
I have replicated the same in Postman . I got the response.
When this is returned:
we use Deserialize JArray Activity as a JArray is returned
When the below is returned:
we use Deserialize JSON as a JObject is returned
I have used below
Please let me know if the variable assignment is correct for +‘aIp8Y000000GpIhSAK’+
My url is
In postman , the url is
lets be more direct and straighforward
use the immediate panel and check tokenResponseData_target
With the above given info you can check
@dutta.marina
We have seen your other topic with a subsequent question which indicates that the parsing is working. So this topic can be closed by marking the solving Post
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.