REST - repeating query parameters
We have a provided microservice which takes in a list of query parameters, such as
/service&id=1234&id=5678&mode=ALL
When I use the sample in the REST integration wizard, Pega creates 2 query parameter entries, both named id. However, we may be passing 1, 2 or 15 such values, so it would be good to have some repeatable parameter.
Is there a way on Pega 7.3.1 to accomblish above? Or i will need to manually concatenate the value of id as "1234&id=5678" ?