06-29-2023, 03:11 PM
How should I use REST API to search for multiple accounts based on account name? The below API returns empty. I am assuming, it tries to match both the values passed with search query separated by space against one record and not, one value against each record. That is why it returns an empty result when I pass two account names. If I want to get two records with names account_name1 and account_name2 respectively, is there any way to do it through REST API?
Was expecting it to return two accounts with account names account_name1 and account_name2, but it returns an empty list.
Was expecting it to return two accounts with account names account_name1 and account_name2, but it returns an empty list.