I'm using the findAccounts web service to pull specific accounts pertaining to an ID. I want to further filter them to orphaned accounts. Meaning orphaned_date != null.
How do I filter on a column whos value simply exists?
cmd=findAccounts&format=csv&application_id=501&returnColumns=name&&sortByColumns=name&sortDirection=asc
Similar post - webservice findUserAccountMappings filtering options