View source: R/generated_client.R
enhancements_get_identity_resolution | R Documentation |
Get an Identity Resolution Enhancement
enhancements_get_identity_resolution(id, is_legacy_id = NULL)
id |
integer required. The ID for the enhancement. |
is_legacy_id |
boolean optional. Whether the given ID is for the Identity Resolution job in the legacy service app. |
A list containing the following elements:
id |
integer, The ID for the enhancement. |
name |
string, The name of the enhancement job. |
type |
string, The type of the enhancement (e.g CASS-NCOA) |
createdAt |
string, The time this enhancement was created. |
updatedAt |
string, The time the enhancement was last updated. |
author |
list, A list containing the following elements:
|
state |
string, The status of the enhancement's last run |
schedule |
list, A list containing the following elements:
|
notifications |
list, A list containing the following elements:
|
runningAs |
list, A list containing the following elements:
|
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |
archived |
string, The archival status of the requested item(s). |
threshold |
number, A value that determines the extent to which similar records get assigned the same resolved ID. Must be within 0.5 and 1, inclusive. Defaults to 0.8 if unspecified.Higher values may result in fewer cases where records about different individuals erroneously receive the same resolved ID, but also more more cases where records about the same individual receive different resolved IDs. |
sources |
array, An array containing the following fields:
|
matchTargetId |
integer, The ID of the Civis Data (Custom) match target. See /match_targets for IDs. |
enforcedLinks |
array, An array containing the following fields:
|
customerGraph |
list, A list containing the following elements:
|
goldenTable |
list, A list containing the following elements:
|
linkScores |
list, A list containing the following elements:
|
legacyId |
integer, ID of this pipeline in the legacy IDR service application. |
lastRun |
list, A list containing the following elements:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.