tRrestclient component parameter in the url is array []
Hi,
I would like your help because i can't fichier the good way to give a value list in a parameter transmeeted in an url for calling a webservice withe get method
One of the parameter declared in the query parameter list of the tRestClient componant is a type array.
like this parm[]
I would like to give 3 values because i would like the api give me back all lines where parm="A" & parm="b" & parm="c"
if i put this in standard called url for api with a tHttpRequest componant this work good when i put :