Get a List of Match Token Classes
This API allows you to get a list of match token 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/matchTokenClasses
Response
The parametrized
section contains all the match token classes that have
parameters. The notParametrized
section contains all the match token
classes that do not have parameters.
{
"parametrized": [
"com.reltio.match.token.CustomMatchToken",
"com.reltio.match.token.ProximateGeoToken",
...
],
"notParametrized": [
"com.reltio.match.token.ExactMatchToken",
"com.reltio.match.token.PhoneNumberMatchToken",
...
]
}