Member Junction
    Preparing search index...

    Class PotentialDuplicateRequest

    Request parameters for finding potential duplicate records. Supports list-based batch detection and single-record checks.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    EntityDocumentID?: string

    The ID of the entity document defining the vectorization template

    EntityID: string

    The ID of the entity the record belongs to

    ExtraFilter?: string

    Optional SQL filter applied to the entity to determine which records to check

    ListID?: string

    The ID of the List entity to use for batch detection (optional — if omitted, records are loaded directly from the entity)

    Detection options controlling retrieval, scoring, and behavior

    ProbabilityScore?: number

    Minimum score to consider a record a potential duplicate

    RecordIDs: CompositeKey[]

    The Primary Key values of each record being checked for duplicates

    ViewID?: string

    Optional saved view ID — run this view to determine which records to check