• How to pass filter param as query string for GET

    Environment: C# (asp.net 2.0 framework), REST V10. since passing parameter as body is not supported in WebRequest for GET method, I am try to pass parameters as query string. I can successfully pass order_by, fields and other parameters But not successful…