Double Quote Parsing in Context URL - Web Service

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 !

%22 is the URL encoded value of double quote. So, ISC is URLEncoding your input

404 or not found error could be due to some other reason