I am looking for contacts who have Username & password fields populated with some value.
As I have gone via discussion I have to use xml-rpc only to get username and password in response (REST API does not support it).
How would I fetch only those records which have value in them using XML-RPC?
Fetching all contacts and then filtering would not be an efficient solution. Could that be done at query level?