ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountByIdGetWithHttpInfo(String accountId) |
Get account information
|
ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountByIdUpdateWithHttpInfo(String accountId,
ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest) |
Update account information
|
ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountCreateWithHttpInfo(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest) |
Create new account
|
ApiResponse<AuthResponse> |
AuthApi.authPostWithHttpInfo(AuthRequest authRequest) |
Authenticate credentials and retrieve an access token.
|
ApiResponse<Void> |
DatasetsApi.datasetByIdDeleteWithHttpInfo(String datasetId) |
Delete dataset
|
ApiResponse<DatasetAll> |
DatasetsApi.datasetByIdGetWithHttpInfo(String datasetId) |
Get dataset information
|
ApiResponse<DatasetAll> |
DatasetsApi.datasetByIdPostWithHttpInfo(String datasetId,
DatasetUpdateRequest datasetUpdateRequest) |
Update dataset
|
ApiResponse<Void> |
DatasetsApi.datasetRecordByIdDeleteWithHttpInfo(String datasetId,
String recordId) |
Delete dataset record
|
ApiResponse<DatasetRecordAll> |
DatasetsApi.datasetRecordByIdGetWithHttpInfo(String datasetId,
String recordId) |
Get dataset record information
|
ApiResponse<DatasetListResponse> |
DatasetsApi.datasetsGetWithHttpInfo() |
Get available datasets
|
ApiResponse<DatasetCreateResponse> |
DatasetsApi.datasetsPostWithHttpInfo(DatasetCreateRequest datasetCreateRequest) |
Create dataset
|
ApiResponse<Void> |
MatchingApi.dedupJobByIdDeleteWithHttpInfo(String jobId) |
Delete deduplication job
|
ApiResponse<DedupJobAll> |
MatchingApi.dedupJobByIdGetWithHttpInfo(String jobId) |
Get deduplication job information
|
ApiResponse<MatchJobPairsQueryResponse> |
MatchingApi.dedupJobByIdPairsGetWithHttpInfo(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by deduplication job
|
ApiResponse<DedupJobAll> |
MatchingApi.dedupJobByIdPostWithHttpInfo(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest) |
Update deduplication job
|
ApiResponse<DedupJobsQueryResponse> |
MatchingApi.dedupJobsGetWithHttpInfo(String filterDatasetId,
Integer pageSize,
String pageAfter) |
Get deduplication jobs
|
ApiResponse<DedupJobAll> |
MatchingApi.dedupJobsPostWithHttpInfo(DedupJobCreateRequest dedupJobCreateRequest) |
Create deduplication job
Creates and starts a job that will detect duplicates within a dataset, aka.
|
ApiResponse<EmailResponse> |
ProcessApi.emailPostWithHttpInfo(EmailRequest emailRequest) |
Process email addresses
Processes email addresses.
|
ApiResponse<IdentifyResponse> |
ProcessApi.identifyPostWithHttpInfo(IdentifyRequest identifyRequest) |
Process text to identify contact data.
|
ApiResponse<Void> |
DatasetsApi.ingestDocumentsPostWithHttpInfo(String datasetId,
IngestDocumentsRequest ingestDocumentsRequest) |
Initiate ingestion of data from a list of documents.
|
ApiResponse<IngestFileResponse> |
DatasetsApi.ingestFilePostWithHttpInfo(String datasetId,
IngestFileRequest ingestFileRequest) |
Initiate ingestion of data from file upload.
|
ApiResponse<Void> |
MatchingApi.matchJobByIdDeleteWithHttpInfo(String jobId) |
Delete match job
|
ApiResponse<MatchJobAll> |
MatchingApi.matchJobByIdGetWithHttpInfo(String jobId) |
Get match job information
|
ApiResponse<MatchJobPairsQueryResponse> |
MatchingApi.matchJobByIdPairsGetWithHttpInfo(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by match job
|
ApiResponse<MatchJobAll> |
MatchingApi.matchJobByIdPostWithHttpInfo(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest) |
Update match job
|
ApiResponse<MatchJobsQueryResponse> |
MatchingApi.matchJobsGetWithHttpInfo(String filterDatasetId,
Integer pageSize,
String pageAfter) |
Get matching jobs
|
ApiResponse<MatchJobAll> |
MatchingApi.matchJobsPostWithHttpInfo(MatchJobCreateRequest matchJobCreateRequest) |
Create match job
Creates and starts a job that will detect matching records between two datasets, aka.
|
ApiResponse<Void> |
MatchingApi.matchPersonPostWithHttpInfo() |
Search for matching person records in one or more datasets.
|
ApiResponse<OrganizationNameResponse> |
ProcessApi.organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest) |
Process organization names
Processes organization names and provides understanding and correction to how the entity is addressed.
|
ApiResponse<PersonNameResponse> |
ProcessApi.personNamePostWithHttpInfo(PersonNameRequest personNameRequest) |
Process person names
Processes person names and provides understanding and correction to how people are addressed.
|
ApiResponse<PhoneResponse> |
ProcessApi.phonePostWithHttpInfo(PhoneRequest phoneRequest) |
Process phone numbers
Processes phone number.
|
ApiResponse<RecordsQueryResponse> |
DatasetsApi.recordsGetWithHttpInfo(String datasetId,
Integer pageSize,
String pageAfter,
String filterIds) |
Query records
|
ApiResponse<Void> |
DatasetsApi.recordsPostWithHttpInfo(String datasetId,
RecordsUploadRequest recordsUploadRequest) |
Upload records
|
ApiResponse<ConfidentifyUserResponse> |
AccountsApi.userByIdGetWithHttpInfo(String accountId,
String username) |
Get user information
|
ApiResponse<ConfidentifyUserResponse> |
AccountsApi.userByIdUpdateWithHttpInfo(String accountId,
String username,
ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest) |
Update user information
|