Duplicates
Duplicates Documentation
Duplicate [LIST]
Duplicate [LIST]
Request
Endpoint
Body
Parameters
Filters
account_list_id
Type ID string
Description
Filter by Account List; accepts an Account List id
Required No
ignore
Type Boolean
Description Filter by ignored duplicate pairs
Required No
record_ids
Type string (comma delimited IDs)
Description Filter by a comma delimited list of Contact IDs
Required No
Response
Headers
Body
Fields
data
Type
[Duplicate Record Pair]
Description An array of Duplicate Record Pairs
Duplicate [GET]
Duplicate [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
ignore
Type
boolean
Description Whether or not this duplicate pair should be ignored
reason
Type
string
Description The reason this duplicate pair was found
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
account_list.data
Type
Account List
Description The account list that this Duplicate Record Pair belongs to
records.data
Type
[Contact]
Description An array of two Contact references
Duplicate [PUT]
Duplicate [PUT]
Request
Endpoint
Body
Parameters
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Required No
ignore
Type
boolean
Description Whether or not this duplicate pair should be ignored
Required No
overwrite
Type
boolean
Description
Only used for updating a record where you want to ignore the server's ' 'updated_in_db_at
value and force overwrite the values for the record. ' 'Must be true
to work.
Required No
reason
Type
string
Description The reason this duplicate pair was found
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Relationships
account_list.data
Type
Account List
Description The account list that this Duplicate Record Pair belongs to
Required No
records.data
Type
[Contact]
Description An array of two Contact references
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
ignore
Type
boolean
Description Whether or not this duplicate pair should be ignored
reason
Type
string
Description The reason this duplicate pair was found
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
account_list.data
Type
Account List
Description The account list that this Duplicate Record Pair belongs to
records.data
Type
[Contact]
Description An array of two Contact references
Last updated