Reltio Connect

 View Only
  • 1.  API Endpont to get RELEVANCE match scores for transient records without persisting them?

    Posted 12-04-2024 14:55

    We are looking for guidance on API availability or configuration to support a variation on External Match / Search Before Create.


    We have started with this existing endpoint: Search for potential matches for entity specified in JSON with scoring and it does almost exactly what we want.

    • Accepts a properly configured JSON representing a specific entity type (Organization in our case)
    • Keeps it transient (does not persist the data in Reltio)
    • Accepts which Match Rules should be used to match the transient entity against existing Reltio data
    • Returns an empty array (if no "matches" are found)
    • Returns the "matching" existing entities if any are found, including which Rule returned the match and attributes/details for the "matched entity" (specified as part of POST request)

    The gap is that it only provides the Match Score as part of the result set, not the Relevance Score for each rule.

    Does anyone know if this API can also return the Relevance Score? Or if there is another existing API / service that would accomplish this task? We considered the External Match API, but it seems to require submitting a file (and then retrieving a file for results). We are looking for something more real-time. 



    ------------------------------
    Thanks,

    Wes Corbin
    Wex Inc
    Portland ME
    ------------------------------


  • 2.  RE: API Endpont to get RELEVANCE match scores for transient records without persisting them?
    Best Answer

    Reltio Employee
    Posted 12-05-2024 00:57

    Hi Wes,

    I think that's the known limitation of _scoredMatches API. Please check out the below API that should return the relevance score as well in the output:

    https://docs.reltio.com/en/explore/get-going-with-apis-and-rocs-utilities/reltio-rest-apis/model-apis/potential-matches-api/search-for-potential-matches-for-entity-specified-in-json



    ------------------------------
    Thanks,
    Snehil Kamal
    Senior Solution Architect
    Reltio
    Bangalore
    ------------------------------



  • 3.  RE: API Endpont to get RELEVANCE match scores for transient records without persisting them?

    Posted 12-05-2024 09:15

    Thank you! We missed that during our initial research. 



    ------------------------------
    Thanks,

    Wes Corbin
    Wex Inc
    Portland ME
    ------------------------------