Hello Guys !!
I have context URL which goes like this :
https://testapi.lin.com/api/v1/users?id=“userID”
In the Operation configuration , I have given it :
/api/v1/users?id="$plan.nativeIdentity$"
Is this correct way of escaping the double quotations ?
I see 404 error and the context url on the UI is shown as %22userId%22 . Not sure how character escaping works here .
Any Idea on this ? Thanks in advance !