Question
I see that 96 tokens generated for a specific entity and the match rule. How can I see those tokens and understand how they are generated and why the tokens number is 96 in this case?
Answer
Please use matchTokensDetailed API to get detailed information on tokens. The request example:
GET https://env.reltio.com/reltio/api/tenantId/entities/entityId/matchTokensDetailed
In the response, we can see all the tokens generated for each part of each rule defined for the entity.
References
https://documentation.reltio.com/matchesapi/matchtokenexistentity.html
Comments
Please sign in to leave a comment.