Angelo Keirsebilck
Posts: 0
Joined: Thu Jun 06, 2013 9:13 am

How do you pass an array of string as a request parameter?

Im trying to pass an array of strings as a request parameter.

Where can i set the parameter as an array? In reponse you can click 'Array' but i can't seem to find this for the request.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How do you pass an array of string as a request parameter?

There is no way to do that anless you'll map to request parameter array or object (using JS) then it will be transmitted as array/object through request payload.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How do you pass an array of string as a request parameter?

If it's your server then it would be easier to send json string and parse it on server side.

Himanshu
Posts: 0
Joined: Mon Mar 31, 2014 9:46 am

How do you pass an array of string as a request parameter?

And if this is not my server. Then?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How do you pass an array of string as a request parameter?

Hello Himanshu,

It should be specified in the documentation for this service REST API if you user 3rd party service. What parameters should be passed to this service?

Return to “Issues”