Question
2
Replies
138
Views
Posted: January 16, 2019
Last activity: January 17, 2019
Closed
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" ?
Hi ,
Yes in request data transform you have to form the query string as you said it is dynamic.
Regards,
Vinay Reddy