Need help with Android app

Hi,
I am trying to pass query params in android app webservice call using volley.

While passing request through JsonRequestObject class it adds extra characters at runtime on API call.
output:
[]url?fields=[“name”]&filters=[[“visit_completed”, “=”, “No”],[“docstatus”,“=”,1],[“Visit Request Assigned To",“visit_request_assigned_to”,“=”,"ABC@xyz.com”]] OXAB

kindly please provide your suggestions.

@revant_one can you please help? I have tried to implement using below example.
https://bitbucket.org/mntechnique/androidfrappetimelog/src/master/

It worked when I had used it. Check volley docs? Check how to pass GET request params to volley request

1 Like

@revant_one
Thank you it worked.