A
Andrew Stalker
Guest
Hello, I have a rest service at /test where i want to pass an id so in the URI id write /test?id=123. However i want to get more than one id like /test?id=123&id=456&id=789. I was assuming this would change the progress parameter i'm mapping it to to need to be an extent, but this doesn't work Is it possible to actually pass a URI in this format?
Continue reading...
Continue reading...