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?
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?
No problem, I found the answer, just add it as a querystring parameter
Thank you for the update here, Terry.