Reltio Connect

 View Only
  • 1.  Bulk Updating Suspect Matches

    Posted 06-13-2023 09:50

    Hello!

    Was wondering if there was any way to bulk update suspect matches on entities? 

    For example, if we had a list of entities where we want all their potential matches to be marked as Not-A-Match how would we go about doing this? 

    Thank you!



    ------------------------------
    ujwal upadhyay
    fultonbank
    ------------------------------


  • 2.  RE: Bulk Updating Suspect Matches

    Reltio Partner
    Posted 06-13-2023 10:51

    Hi Ujwal,

    We do not have any Utility to Mark Not A Match for specific entities.

    Instead you can build a custom logic via script/RIH using below API:

    https://docs.reltio.com/en/explore/get-going-with-apis-and-rocs-utilities/reltio-rest-apis/model-apis/potential-matches-api/mark-entities-as-not-a-match

    You may have to run across all entities list with Potential Matches to mark not a match.

    Eg: 1 entity has 5 uris then for same entity we have to excute 5 times with Potential Match URI to mark not a match.



    ------------------------------
    Sheshadri V
    Fresh Gravity
    ------------------------------



  • 3.  RE: Bulk Updating Suspect Matches

    Posted 06-13-2023 11:16

    Hello!

    Thank you for the response!

    Is there an API that functions the same as this not-a-match function: 

    Since it does not-a-match for all the potential matches on an entity without having to call it multiple times. 



    ------------------------------
    ujwal upadhyay
    fultonbank
    ------------------------------



  • 4.  RE: Bulk Updating Suspect Matches

    Reltio Partner
    Posted 06-13-2023 12:36

    Even on UI, the API is called n number of times with respect to no of potential matches.

    You can check this on the actual page and open Developer tools and network, you can see that multiple API are called at the same time and there's no one api which can update Not a match for all profiles.



    ------------------------------
    Sheshadri V
    Fresh Gravity
    ------------------------------



  • 5.  RE: Bulk Updating Suspect Matches

    Posted 06-14-2023 08:51

    Hello!

    Thank you for the clarification. 

    So would the basic logic be using the Potential matches API | Reltio to check what the potential match URI's are and then using the Not-A-Match API with those URI's?



    ------------------------------
    ujwal upadhyay
    fultonbank
    ------------------------------



  • 6.  RE: Bulk Updating Suspect Matches

    Founding Member
    Posted 06-13-2023 12:39

    The highlighted NOT A MATCH function, in turn calls the not a match API n times for n number of potential matches



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 7.  RE: Bulk Updating Suspect Matches

    Posted 06-14-2023 10:40

    I usually build a csv file with 2 columns to store entity ids for not a match and run the Postman runner using the following API.

    src_ReltioURI: entity 1

    match_ReltioURI: entity 2

    {{tenantURL}}/entities/{{src_ReltioURI}}/_notMatch?uri={{match_ReltioURI}}



    ------------------------------
    Harsha Karumuri
    Dodge Data and Analytics
    Hamilton TownshiP NJ
    ------------------------------