I have some issues with passing array of parameters to query string for GET method, for example, /resource&item=1&item=2&item=3
.
I have tried to pass parameters separated by commas and by &, it doesn`t work. How to configure API Gateway to do this? Can anyone help me?