Match person records against a dynamo table prepared by Civis
tables_post_enhancements_prepared_matchings(source_table_id, threshold,
match_table_id, max_matches = NULL)
integer required. The ID of the table to be enhanced.
number required. The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.
integer required. The ID of the Dynamo table to match against.
integer optional. The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.
A list containing the following elements:
integer, The ID of the enhancement.
integer, The ID of the table that was enhanced.
string, The state of the enhancement, one of 'queued' 'running' 'succeeded' 'failed' or 'cancelled'.
string, The schema name of the table created by the enhancement.
string, The name of the table created by the enhancement.
number, The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.
integer, The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.
integer, The ID of the Dynamo table to match against.