Question:
How do you find all Match Rules under the Sub-Optimal Match Rules Category?
Answer:
API Call:
GET {apiHost}/reltio/api/{tenant}/configuration/entityTypes/{entityType}/_skipMatchGroups
Response:
The response will contain the list of all bypassed rules for the specified entity type:
[
"configuration/entityTypes/HCP/matchGroups/Rule1"
]
If your match rule is presented in the response list then it’s bypassed and doesn’t participate in the matching process, otherwise, it’s active.
References:
https://docs.reltio.com/matchmerge/suboptimalmatchrules.html?hl=suboptimal
Comments
Please sign in to leave a comment.