I would suggest raising an issue with Reltio support so that they can check the data to analyze and provide the root cause.
Original Message:
Sent: 06-20-2023 16:42
From: ujwal upadhyay
Subject: Potential matches API returns more suspect matches than UI.
Hello!
Tried rebuilding and there are still more matches than on the UI. Using this API: Unmark Entities Marked as Not-A-Match | Reltio to unmark them also seems to not have them show up on the UI, only the ones that were there initially.
------------------------------
ujwal upadhyay
fultonbank
Original Message:
Sent: 06-18-2023 22:59
From: Sheshadri V
Subject: Potential matches API returns more suspect matches than UI.
Hello,
If the api has more matches then they are legit so try running ReBuild Match Table task for specific entity or tenant and you should be seeing all those matches on UI as well.
If the above didn't fix the issue you can raise an reltio issue and they would look into data and identify the issue.
------------------------------
Sheshadri V
Fresh Gravity
Original Message:
Sent: 06-16-2023 15:15
From: ujwal upadhyay
Subject: Potential matches API returns more suspect matches than UI.
Hello!
We are not implementing any Negative Rules in Automatic Match Rules.
The cURL is:
{{tenantURL}}/entities/{entityURI}/_matches?type=suspect&activeness=active&transitive=true
The general format of the response is:
With each match group having its own object with a URI. There are just more URIs than what is on the UI. I set the transitive flag to true and that separated some of the URIs, but not all.
{
"configuration/entityTypes/Contact/matchGroups/Rule1": [
{
"object": {
"uri": "entities/1FlqKx6u",
"type": "configuration/entityTypes/Contact",
"createdBy": "",
"createdTime": 1634733336357,
"updatedBy": ,
"updatedTime": 1644267094743,
"isFavorite": false,
"label": "TEST TEST",
"secondaryLabel": ""
}
}
],
"configuration/entityTypes/Contact/matchGroups/Rule2": [
{
"object": {
"uri": "entities/1FlqKx6u",
"type": "configuration/entityTypes/Contact",
"createdBy": "",
"createdTime": 1634733336357,
"updatedBy": "",
"updatedTime": 1644267094743,
"isFavorite": false,
"label": "TEST TEST",
"secondaryLabel": ""
}
}
],Etc.....
------------------------------
ujwal upadhyay
fultonbank
Original Message:
Sent: 06-16-2023 13:07
From: Sheshadri V
Subject: Potential matches API returns more suspect matches than UI.
Do you have any Automatic Match Rule which has Negative Rule ?
Also, can you share a sample record to view what might be the issue. Share the cURL and response
------------------------------
Sheshadri V
Fresh Gravity
Original Message:
Sent: 06-15-2023 09:25
From: ujwal upadhyay
Subject: Potential matches API returns more suspect matches than UI.
Hello,
We are trying to utilize the Potential Match API for a script: Potential matches API | Reltio
Is there a reason why the API is returning more suspect matches than we see on the UI?
The transitive flag is set to false, and we have set the type to only be suspect.
Thank you!
------------------------------
ujwal upadhyay
fultonbank
------------------------------