Is it possible to retrieve duplicate entities from a certain detect duplication rules using retrieveduplicaterequest?
For example, I have 2 duplicate detection rules for account:
Rule 1: Based on exact match for name
Rule 2: Based on exact match for mobile phone
Can I query all the duplicates for account A that is caused by Rule 1 only? So in my results I can get all the other accounts with the exact same name, but none of the other accounts with the exact same mobile phone.