Reltio Connect

 View Only
  • 1.  API to get Golden Record source contribution combinations

    Posted 20 days ago

    I'm looking for a way to determine how Golden Records are formed based on source system contributions.

    For example, if a Golden Record is created by matching records from multiple source systems. Is there an API that can tell me how many Golden Records have contributions from each source or source combination?

    As an example:

    • How many Golden Records contain crosswalks from both CRM and AML?
    • How many contain CRM only, AML only, or other source combinations?

    • CRM → CRM
    • CRM → AML
    • CRM → Salesforce
    • AML → AML
    • AML → Salesforce

    ...and so on.



    ------------------------------
    Arbutha A V
    Mastech Digital
    Ekkatuthangal
    ------------------------------



  • 2.  RE: API to get Golden Record source contribution combinations

    Posted 19 days ago

    I don't think there's a great way to filter on whether or not the crosswalk contributes to the operational value from the API. I suspect that your best option is to:

    1. Do a search or a scan with the appropriate filter (e.g. Source System Name = "CRM") 
    2. Filter the attributes down to ov = true, noting the attribute's uri
    3. Then check the crosswalk's attributes to see which attributes it contributes to in the golden record.

    Unfortunately, this would require pulling the entire record to ensure that you get the data you need to see which crosswalks contribute to which attributes and which attributes contribute to the golden record.



    ------------------------------
    Trevor Burn
    Assent
    ------------------------------



  • 3.  RE: API to get Golden Record source contribution combinations

    Reltio Employee
    Posted 18 days ago

    Hi Arbutha,

    Please try the explainOv optional parameter for get entity API, you can get the documentation here https://docs.reltio.com/en/developer-resources/entity-management-apis/entity-management-apis-at-a-glance/entities-api/get-entity

    Thanks



    ------------------------------
    Saurabh Agarwal
    Reltio
    ------------------------------



  • 4.  RE: API to get Golden Record source contribution combinations

    Reltio Employee
    Posted 17 days ago

    I read your request differently than the other responses.  I think you are asking how many entities have a source of Source1.  And how many use both Source1 and Source2.

    This can be found in the advanced search.  Just query on the 'Source System Name' attribute.  I just tested and the 'AND' operator seems to work fine.



    ------------------------------
    Gino Fortunato
    Principal Solution Engineer
    Reltio
    ------------------------------