View source: R/generated_client.R
| enhancements_list_identity_resolution | R Documentation | 
List Identity Resolution Enhancements
enhancements_list_identity_resolution(
  archived = NULL,
  status = NULL,
  limit = NULL,
  page_num = NULL,
  order = NULL,
  order_dir = NULL
)
| archived | string optional. The archival status of the requested item(s). | 
| status | string optional. If specified, returns items with one of these statuses. It accepts a comma-separated list, possible values are 'running', 'failed', 'succeeded', 'idle', 'scheduled'. | 
| limit | integer optional. Number of results to return. Defaults to 50. Maximum allowed is 100. | 
| page_num | integer optional. Page number of the results to return. Defaults to the first page, 1. | 
| order | string optional. The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, created_at, last_run_updated_at. | 
| order_dir | string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc. | 
An array containing the following fields:
| 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 | 
| archived | string, The archival status of the requested item(s). | 
| sources | array, An array containing the following fields: 
 | 
| 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.