Page 1 of 1

passing a value to the end of a rest uri

Posted: Wed Jun 01, 2016 12:11 pm
by Terry Gilliver

I want to pass a parameter on the end of a rest url.

ex. https://xxxx.co.uk/trader/{id}

I know I can use the braces to indicate this, but how do I populate id with a value? presumably with javascript?


passing a value to the end of a rest uri

Posted: Wed Jun 01, 2016 12:16 pm
by Terry Gilliver

No problem, I found the answer, just add it as a querystring parameter


passing a value to the end of a rest uri

Posted: Wed Jun 01, 2016 1:28 pm
by Illya Stepanov

Thank you for the update here, Terry.