GET request with Parameter Array

Hi there,

I am hoping someone can assist me with the following. I need to send a GET request to an endpoint but the endpoint is expecting a parameter array. The paramater that contains the Array is “pid”.

I cannot send this in the JSON Body with a POST unfortunately and has to be in this GET request.

E.g. It needs to be in this format:

You are being redirected...**

This is the action:

Screenshot 2019-12-12 at 16.37.39
Any help would be appreciated.

Where you able to solve this?