Overview
Search for a records in Salesforce
The dc3Api/search endpoint allows searching for records within Salesforce using the Duplicate Check search engine. It evaluates field values against existing records, returning potential duplicates with a matching score. Optionally, you can filter which duplicate scenarios to use by providing scenarioIds.
Key features
- Searches based on specific field values, such as name and email.
- Supports predefined filters and scenario filtering via
scenarioIdsto specify which duplicate scenarios to use. - When
scenarioIdsare provided, they take precedence over feature-based scenario selection. - Returns a matching score indicating how closely a record matches.
- Works across multiple (custom) objects, including Contacts, Leads, and Accounts.
- Backward compatible — existing API calls work without changes.
Updated 12 days ago