ConfidentifyAccount |
AccountsApi.accountByIdGet(String accountId) |
Get account information
|
okhttp3.Call |
AccountsApi.accountByIdGetAsync(String accountId,
ApiCallback<ConfidentifyAccount> _callback) |
Get account information (asynchronously)
|
okhttp3.Call |
AccountsApi.accountByIdGetCall(String accountId,
ApiCallback _callback) |
Build call for accountByIdGet
|
ApiResponse<ConfidentifyAccount> |
AccountsApi.accountByIdGetWithHttpInfo(String accountId) |
Get account information
|
AuthResponse |
AuthApi.authPost(AuthRequest authRequest) |
Authenticate credentials and retrieve an access token.
|
okhttp3.Call |
AuthApi.authPostAsync(AuthRequest authRequest,
ApiCallback<AuthResponse> _callback) |
Authenticate credentials and retrieve an access token.
|
okhttp3.Call |
AuthApi.authPostCall(AuthRequest authRequest,
ApiCallback _callback) |
Build call for authPost
|
ApiResponse<AuthResponse> |
AuthApi.authPostWithHttpInfo(AuthRequest authRequest) |
Authenticate credentials and retrieve an access token.
|
void |
DatasetsApi.datasetByIdDelete(String id) |
Delete dataset
|
okhttp3.Call |
DatasetsApi.datasetByIdDeleteAsync(String id,
ApiCallback<Void> _callback) |
Delete dataset (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetByIdDeleteCall(String id,
ApiCallback _callback) |
Build call for datasetByIdDelete
|
ApiResponse<Void> |
DatasetsApi.datasetByIdDeleteWithHttpInfo(String id) |
Delete dataset
|
DatasetAll |
DatasetsApi.datasetByIdGet(String id) |
Get dataset information
|
okhttp3.Call |
DatasetsApi.datasetByIdGetAsync(String id,
ApiCallback<DatasetAll> _callback) |
Get dataset information (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetByIdGetCall(String id,
ApiCallback _callback) |
Build call for datasetByIdGet
|
ApiResponse<DatasetAll> |
DatasetsApi.datasetByIdGetWithHttpInfo(String id) |
Get dataset information
|
DatasetListResponse |
DatasetsApi.datasetsGet() |
Get available datasets
|
okhttp3.Call |
DatasetsApi.datasetsGetAsync(ApiCallback<DatasetListResponse> _callback) |
Get available datasets (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetsGetCall(ApiCallback _callback) |
Build call for datasetsGet
|
ApiResponse<DatasetListResponse> |
DatasetsApi.datasetsGetWithHttpInfo() |
Get available datasets
|
DatasetCreateResponse |
DatasetsApi.datasetsPost(DatasetCreateRequest datasetCreateRequest) |
Create dataset
|
okhttp3.Call |
DatasetsApi.datasetsPostAsync(DatasetCreateRequest datasetCreateRequest,
ApiCallback<DatasetCreateResponse> _callback) |
Create dataset (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetsPostCall(DatasetCreateRequest datasetCreateRequest,
ApiCallback _callback) |
Build call for datasetsPost
|
ApiResponse<DatasetCreateResponse> |
DatasetsApi.datasetsPostWithHttpInfo(DatasetCreateRequest datasetCreateRequest) |
Create dataset
|
EmailResponse |
ProcessApi.emailPost(EmailRequest emailRequest) |
Process email addresses
Processes email addresses.
|
okhttp3.Call |
ProcessApi.emailPostAsync(EmailRequest emailRequest,
ApiCallback<EmailResponse> _callback) |
Process email addresses (asynchronously)
Processes email addresses.
|
okhttp3.Call |
ProcessApi.emailPostCall(EmailRequest emailRequest,
ApiCallback _callback) |
Build call for emailPost
|
ApiResponse<EmailResponse> |
ProcessApi.emailPostWithHttpInfo(EmailRequest emailRequest) |
Process email addresses
Processes email addresses.
|
IdentifyResponse |
ProcessApi.identifyPost(IdentifyRequest identifyRequest) |
Process text to identify contact data.
|
okhttp3.Call |
ProcessApi.identifyPostAsync(IdentifyRequest identifyRequest,
ApiCallback<IdentifyResponse> _callback) |
Process text to identify contact data.
|
okhttp3.Call |
ProcessApi.identifyPostCall(IdentifyRequest identifyRequest,
ApiCallback _callback) |
Build call for identifyPost
|
ApiResponse<IdentifyResponse> |
ProcessApi.identifyPostWithHttpInfo(IdentifyRequest identifyRequest) |
Process text to identify contact data.
|
void |
DatasetsApi.ingestDocumentsPost(String id,
IngestDocumentsRequest ingestDocumentsRequest) |
Initiate ingestion of data from a list of documents.
|
okhttp3.Call |
DatasetsApi.ingestDocumentsPostAsync(String id,
IngestDocumentsRequest ingestDocumentsRequest,
ApiCallback<Void> _callback) |
Initiate ingestion of data from a list of documents.
|
okhttp3.Call |
DatasetsApi.ingestDocumentsPostCall(String id,
IngestDocumentsRequest ingestDocumentsRequest,
ApiCallback _callback) |
Build call for ingestDocumentsPost
|
ApiResponse<Void> |
DatasetsApi.ingestDocumentsPostWithHttpInfo(String id,
IngestDocumentsRequest ingestDocumentsRequest) |
Initiate ingestion of data from a list of documents.
|
IngestFileResponse |
DatasetsApi.ingestFilePost(String id,
IngestFileRequest ingestFileRequest) |
Initiate ingestion of data from file upload.
|
okhttp3.Call |
DatasetsApi.ingestFilePostAsync(String id,
IngestFileRequest ingestFileRequest,
ApiCallback<IngestFileResponse> _callback) |
Initiate ingestion of data from file upload.
|
okhttp3.Call |
DatasetsApi.ingestFilePostCall(String id,
IngestFileRequest ingestFileRequest,
ApiCallback _callback) |
Build call for ingestFilePost
|
ApiResponse<IngestFileResponse> |
DatasetsApi.ingestFilePostWithHttpInfo(String id,
IngestFileRequest ingestFileRequest) |
Initiate ingestion of data from file upload.
|
void |
MatchingApi.matchPersonPost() |
Search for matching person records in one or more datasets.
|
okhttp3.Call |
MatchingApi.matchPersonPostAsync(ApiCallback<Void> _callback) |
Search for matching person records in one or more datasets.
|
okhttp3.Call |
MatchingApi.matchPersonPostCall(ApiCallback _callback) |
Build call for matchPersonPost
|
ApiResponse<Void> |
MatchingApi.matchPersonPostWithHttpInfo() |
Search for matching person records in one or more datasets.
|
OrganizationNameResponse |
ProcessApi.organizationNamePost(OrganizationNameRequest organizationNameRequest) |
Process organization names
Processes organization names and provides understanding and correction to how the entity is addressed.
|
okhttp3.Call |
ProcessApi.organizationNamePostAsync(OrganizationNameRequest organizationNameRequest,
ApiCallback<OrganizationNameResponse> _callback) |
Process organization names (asynchronously)
Processes organization names and provides understanding and correction to how the entity is addressed.
|
okhttp3.Call |
ProcessApi.organizationNamePostCall(OrganizationNameRequest organizationNameRequest,
ApiCallback _callback) |
Build call for organizationNamePost
|
ApiResponse<OrganizationNameResponse> |
ProcessApi.organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest) |
Process organization names
Processes organization names and provides understanding and correction to how the entity is addressed.
|
PersonNameResponse |
ProcessApi.personNamePost(PersonNameRequest personNameRequest) |
Process person names
Processes person names and provides understanding and correction to how people are addressed.
|
okhttp3.Call |
ProcessApi.personNamePostAsync(PersonNameRequest personNameRequest,
ApiCallback<PersonNameResponse> _callback) |
Process person names (asynchronously)
Processes person names and provides understanding and correction to how people are addressed.
|
okhttp3.Call |
ProcessApi.personNamePostCall(PersonNameRequest personNameRequest,
ApiCallback _callback) |
Build call for personNamePost
|
ApiResponse<PersonNameResponse> |
ProcessApi.personNamePostWithHttpInfo(PersonNameRequest personNameRequest) |
Process person names
Processes person names and provides understanding and correction to how people are addressed.
|
PhoneResponse |
ProcessApi.phonePost(PhoneRequest phoneRequest) |
Process phone numbers
Processes phone number.
|
okhttp3.Call |
ProcessApi.phonePostAsync(PhoneRequest phoneRequest,
ApiCallback<PhoneResponse> _callback) |
Process phone numbers (asynchronously)
Processes phone number.
|
okhttp3.Call |
ProcessApi.phonePostCall(PhoneRequest phoneRequest,
ApiCallback _callback) |
Build call for phonePost
|
ApiResponse<PhoneResponse> |
ProcessApi.phonePostWithHttpInfo(PhoneRequest phoneRequest) |
Process phone numbers
Processes phone number.
|
void |
DatasetsApi.recordsPost(String id,
RecordsUploadRequest recordsUploadRequest) |
Upload records
|
okhttp3.Call |
DatasetsApi.recordsPostAsync(String id,
RecordsUploadRequest recordsUploadRequest,
ApiCallback<Void> _callback) |
Upload records (asynchronously)
|
okhttp3.Call |
DatasetsApi.recordsPostCall(String id,
RecordsUploadRequest recordsUploadRequest,
ApiCallback _callback) |
Build call for recordsPost
|
ApiResponse<Void> |
DatasetsApi.recordsPostWithHttpInfo(String id,
RecordsUploadRequest recordsUploadRequest) |
Upload records
|
ConfidentifyUser |
AccountsApi.userByIdGet(String accountId,
String username) |
Get user information
|
okhttp3.Call |
AccountsApi.userByIdGetAsync(String accountId,
String username,
ApiCallback<ConfidentifyUser> _callback) |
Get user information (asynchronously)
|
okhttp3.Call |
AccountsApi.userByIdGetCall(String accountId,
String username,
ApiCallback _callback) |
Build call for userByIdGet
|
ApiResponse<ConfidentifyUser> |
AccountsApi.userByIdGetWithHttpInfo(String accountId,
String username) |
Get user information
|