Thank you Daniel, I got the Rest API to work!
Next question, this returns Reltio URI's for the not a match pairs. Is there a way to get Crosswalk Key returned instead? The Reltio URI is unstable, it may exist today and does not tomorrow and makes it hard to tie back to the true Crosswalks that were flagged as not a match.
Ie. Last month URI 123456 was set as not a match to URI 654321. If I want to know what crosswalks were set as not a match I would need to look at all crosswalks under each URI. However URI 654321 no longer exists because it was merged to URI 8888888.
Angela Wawrzaszek
MDM Manager
Master Data Management - Data standardization and process alignment
+1 315.291.3565 office
Angela.Wawrzaszek@Hillrom.com
hillrom.com
CONFIDENTIAL NOTICE: If you are not the intended recipient of this message, you are not authorized to intercept, read, print, retain, copy, forward, or disseminate this communication. This communication may contain information that is proprietary, attorney/client privileged, attorney work product, confidential or otherwise legally exempt from disclosure. If you have received this message in error, please notify the sender immediately either by phone or by return e-mail, and destroy all copies of this message, electronic, paper, or otherwise.
Original Message:
Sent: 6/16/2021 11:13:00 AM
From: Daniel Gage
Subject: RE: Ability to get 'Not A Match' export from Reltio
There are effectively three methods:
- You can subscribe to the business event POTENTIAL_MATCHES_REMOVED in the queue
- If you are looking for events on a specific entity you can query that entity directly. Details on this API are available at: https://docs.reltio.com/entitiesapi/geteventsperentity.html
- Query the activity log. This can be done either through the Dashboard UI or via the API. Details on the API are available at: https://docs.reltio.com/activitylogapi/activitylogapi.html
The specific query for option 3 is a REST GET: https://{{environment}}.reltio.com/reltio/api/{{tenantID}}/activities?filter=(equals(items.data.type,%20NOT_MATCHES_SET%20))
In the UI it would look like this:

------------------------------
Daniel Gage
------------------------------
Original Message:
Sent: 06-15-2021 10:58
From: Angela Wawrzaszek
Subject: Ability to get 'Not A Match' export from Reltio
In the UI you can see when 2 profiles have been stewarded and selected as 'Not A Match'. Is there a way to get this information out of Reltio, to see Reltio_uri_1 not a match Reltio_uri_2?
Thanks!
Angie
Angela Wawrzaszek
MDM Manager
Master Data Management - Data standardization and process alignment
+1 315.291.3565 office
Angela.Wawrzaszek@Hillrom.com
hillrom.com
CONFIDENTIAL NOTICE: If you are not the intended recipient of this message, you are not authorized to intercept, read, print, retain, copy, forward, or disseminate this communication. This communication may contain information that is proprietary, attorney/client privileged, attorney work product, confidential or otherwise legally exempt from disclosure. If you have received this message in error, please notify the sender immediately either by phone or by return e-mail, and destroy all copies of this message, electronic, paper, or otherwise.