Recleanse Entities
This operation recleanses an existing entity.
Request:
Name | Required | Details |
---|---|---|
Authorization | yes | Bearer <access_token> |
Name | Required | Details |
---|---|---|
entityID |
Yes | The ID of the entity to recleanse. |
returnUserData |
No | If false, Reltio Cloud doesn't return user data provided to cleanse, only cleansed values. |
options |
No | This is comma-separated list of different options, which affect
on entity's JSON content in a response.
Available options: sendHidden - the entity's JSON will contain hidden
attributes if this option is enabled. The default is false. |
Response:
JSON Array containing an object representing the cleansed object, or in case of fuzzy cleansing variants of cleansed entity based on multiple cleansed results. Fuzzy cleansing, when cleansing provides multiple results for one input, can occur for example when user didn't specify the exact location, but provided address that corresponds to some amount of different places.
Example:
Request:
Response: