Can we have query filter in GET Method of REST API?
Hi,
I have a requirement where I want fetch all 'Open' service request (Through REST API) exist in the application. I tried the below sample URI in the postman but it is returning all the service request's & not just 'Open'. Seem the filter is not working properly. It would be a great help if you can suggest can we apply filter in the GET method ? If yes what will the sample URI. ?
URI: http://ServerName:port/siebel-rest/v1.0/data/Service Request/Service Request?q=Status='Open'
Thanks & Regards
Anup Joshi