Accelerate the Value of Data

Get a List of Comparator Classes

This API allows you to get a list of comparator classes configured as part of match rules in your tenant.

You must have the MDM.Config.BusinessModel resource assigned with the READ privilege.

Request

GET /reltio/tools/matching/comparatorClasses

Response

The parametrized section contains all the comparator classes that have parameters. The notParametrized section contains all the comparator classes that do not have parameters.

{
  "parametrized": [
    "com.reltio.match.comparator.DistinctWordsComparator",
    "com.reltio.match.comparator.RangeNumericComparator",
    ...
  ],
  "notParametrized": [
    "com.reltio.match.comparator.MetaphoneComparator",
    "com.reltio.match.comparator.SoundexComparator",
    ...
  ]
}