Hi,
I'm new to REST web services but using this framework I've been able to build working REST api's.
The support I need is on filtering the data. For example, let's say I've 100 records of contacts but I'd like to retrieve one such contact which has phone number as 123456.
I've been using query parameters in URL like ?phonumber=123456 but it is not working.
Can someone please guide how can I filter the data given the parameters?
Thanks,
Sushil