Hi,
Pega Platform 8.7 or 8.8 supports passing array as query param in service rest?
In the swagger query param “users” is defined with style:form and explode:true (as defined on https://swagger.io/docs/specification/serialization/), so Pega should be receive in the request and manage url like …/users=id1&users=id2&users=id3
Does Pega support this capabilities?
Best Regards,
Stefano
@StefanoCimmino
Pega Platform supports interactions with external systems through Web services including REST services. You can create data sources in your application by using standard methods to obtain data from external REST services. The platform also supports JSON data transforms to efficiently exchange data with external systems. While the specific capability of handling array query parameters with ‘style: form’ and ‘explode: true’ is not explicitly mentioned Pega’s REST integration interface is designed to handle complex data interactions which likely includes this functionality.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
Pega Platform 8.7.5 Patch Resolved Issues
Integrating with APIs and services