Hi,
My dataset has multiple columns on which I would like to apply a filter. The value for the filter on the columns comes as a URL parameter. As an example: my.api.mockaroo.com/users.json?gender=Male&key=<my key>
It should return only the rows of the dataset that match this parameter.
Any idea how I can apply filtering to the returned results?