Update the archive status of this object
enhancements_put_identity_resolution_archive(id, status)
A list containing the following elements:
integer, The ID for the enhancement.
string, The name of the enhancement job.
string, The type of the enhancement (e.g CASS-NCOA)
string, The time this enhancement was created.
string, The time the enhancement was last updated.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
string, The status of the enhancement's last run
list, A list containing the following elements:
scheduled boolean, If the item is scheduled.
scheduledDays array, Days of the week, based on numeric value starting at 0 for Sunday. Mutually exclusive with scheduledDaysOfMonth
scheduledHours array, Hours of the day it is scheduled on.
scheduledMinutes array, Minutes of the day it is scheduled on.
scheduledRunsPerHour integer, Deprecated in favor of scheduled minutes.
scheduledDaysOfMonth array, Days of the month it is scheduled on, mutually exclusive with scheduledDays.
list, A list containing the following elements:
urls array, URLs to receive a POST request at job completion
successEmailSubject string, Custom subject line for success e-mail.
successEmailBody string, Custom body text for success e-mail, written in Markdown.
successEmailAddresses array, Addresses to notify by e-mail when the job completes successfully.
successEmailFromName string, Name from which success emails are sent; defaults to "Civis."
successEmailReplyTo string, Address for replies to success emails; defaults to the author of the job.
failureEmailAddresses array, Addresses to notify by e-mail when the job fails.
stallWarningMinutes integer, Stall warning emails will be sent after this amount of minutes.
successOn boolean, If success email notifications are on. Defaults to user's preferences.
failureOn boolean, If failure email notifications are on. Defaults to user's preferences.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
string, Your permission level on the object. One of "read", "write", or "manage".
string, The archival status of the requested item(s).
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.
array, An array containing the following fields:
name string, A user-specified name for the source.
description string, A description of the source.
databaseName string, The name of the source database.
schemaName string, The name of the source schema.
tableName string, The name of the source table.
fieldMapping object, A mapping of PII fields to columns in this table. Valid keys are primary_key, first_name, middle_name, last_name, gender, phone, email, birth_date, birth_year, birth_month, birth_day, house_number, street, unit, full_address, city, state, state_code, zip, lat, lon, and name_suffix
integer, The ID of the Civis Data (Custom) match target. See /match_targets for IDs.
array, An array containing the following fields:
source1 string, Name of the first source. Must be defined in Sources list.
source1JoinCol string, Column from the first source to join on.
source2 string, Name of the second source. Must be defined in Sources list
source2JoinCol string, Column from the second source to join on.
list, A list containing the following elements:
databaseName string, The name of the destination database.
schemaName string, The name of the destination schema.
tableName string, The name of the destination table.
list, A list containing the following elements:
databaseName string, The name of the destination database.
schemaName string, The name of the destination schema.
tableName string, The name of the destination table.
fields array,
list, A list containing the following elements:
databaseName string, The name of the destination database.
schemaName string, The name of the destination schema.
tableName string, The name of the destination table.
integer, ID of this pipeline in the legacy IDR service application.
list, A list containing the following elements:
id integer,
state string,
createdAt string, The time that the run was queued.
startedAt string, The time that the run started.
finishedAt string, The time that the run completed.
error string, The error message for this run, if present.
config string, How the Identity Resolution job was configured for this run.
sampleRecordsQuery string, A SQL query to produce a sample of records to inspect.
expandClusterQuery string, A customizable query to view PII associated with resolved ids.
runMetrics list . A list containing the following elements:
numRecords integer, The number of input records for this run.
uniqueIds integer, The number of distinct unique IDs in the input records for this run.
uniqueDeduplicatedIds integer, The number of resolved IDs associated with more than one unique ID in the input.
maxClusterSize integer, The number of records in the largest cluster of resolved IDs.
avgClusterSize number, The average number of records with the same resolved ID.
clusterSizeFrequencies object, A mapping from numbers of records with the same resolved ID (i.e., sizes of clusters) to numbers of such clusters. For example, if there were 10 clusters with 2 records each, 2 would be a key in the mapping, and 10 would be its value.
errorSection string, If there was a failure, this will denote which section of the Identity Resolution job failed. One of: data_preparation, compute_setup or data_processing.
integer required. The ID of the object.
boolean required. The desired archived status of the object.