ApiResponse<Void> |
DocumentApi.addAuthenticationWithHttpInfo(String documentId,
AccessCodeDetail accessCodeDetail) |
The add authentication to recipient.
|
ApiResponse<Void> |
DocumentApi.addTagWithHttpInfo(DocumentTags documentTags) |
Add the Tags in Documents.
|
ApiResponse<Void> |
TemplateApi.addTagWithHttpInfo(TemplateTag templateTag) |
Add the Tags in Templates.
|
ApiResponse<BillingViewModel> |
PlanApi.apiCreditsCountWithHttpInfo() |
Gets the Api credits details.
|
ApiResponse<BehalfDocumentRecords> |
DocumentApi.behalfDocumentsWithHttpInfo(Integer page,
String pageType,
List<String> emailAddress,
List<String> signers,
Integer pageSize,
OffsetDateTime startDate,
List<String> status,
OffsetDateTime endDate,
String searchKey,
List<String> labels,
Long nextCursor,
List<String> brandIds) |
Gets the behalf documents.
|
ApiResponse<BrandingRecords> |
BrandingApi.brandListWithHttpInfo() |
List all the brands.
|
ApiResponse<Void> |
UserApi.cancelInvitationWithHttpInfo(String userId) |
Cancel the users invitation.
|
ApiResponse<Void> |
DocumentApi.changeAccessCodeWithHttpInfo(String documentId,
AccessCodeDetails accessCodeDetails,
String emailId,
Integer zorder) |
Changes the access code for the given document signer.
|
ApiResponse<Void> |
DocumentApi.changeRecipientWithHttpInfo(String documentId,
ChangeRecipient changeRecipient) |
Change recipient details of a document.
|
ApiResponse<ContactsList> |
ContactsApi.contactUserListWithHttpInfo(Integer page,
Integer pageSize,
String searchKey,
String contactType) |
List Contact document.
|
ApiResponse<BrandCreated> |
BrandingApi.createBrandWithHttpInfo(String brandName,
File brandLogo,
String backgroundColor,
String buttonColor,
String buttonTextColor,
String emailDisplayName,
String disclaimerDescription,
String disclaimerTitle,
String redirectUrl,
Boolean isDefault,
Boolean canHideTagLine,
Boolean combineAuditTrail,
Boolean combineAttachments,
Boolean excludeAuditTrailFromEmail,
String emailSignedDocument,
String documentTimeZone,
Boolean showBuiltInFormFields,
Boolean allowCustomFieldCreation,
Boolean showSharedCustomFields,
Boolean hideDecline,
Boolean hideSave,
String documentExpirySettingsExpiryDateType,
Integer documentExpirySettingsExpiryValue,
Boolean documentExpirySettingsEnableDefaultExpiryAlert,
Boolean documentExpirySettingsEnableAutoReminder,
Integer documentExpirySettingsReminderDays,
Integer documentExpirySettingsReminderCount,
String customDomainSettingsDomainName,
String customDomainSettingsFromName) |
Create the brand.
|
ApiResponse<CreateContactResponse> |
ContactsApi.createContactWithHttpInfo(List<ContactDetails> contactDetails) |
Create the new Contact.
|
ApiResponse<CustomFieldMessage> |
CustomFieldApi.createCustomFieldWithHttpInfo(BrandCustomFieldDetails brandCustomFieldDetails) |
Create the custom field.
|
ApiResponse<EmbeddedSendCreated> |
DocumentApi.createEmbeddedRequestUrlDocumentWithHttpInfo(EmbeddedDocumentRequest embeddedDocumentRequest) |
Generates a send URL which embeds document sending process into your application.
|
ApiResponse<EmbeddedSendCreated> |
TemplateApi.createEmbeddedRequestUrlTemplateWithHttpInfo(String templateId,
EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest) |
Generates a send URL using a template which embeds document sending process into your application.
|
ApiResponse<EmbeddedTemplateCreated> |
TemplateApi.createEmbeddedTemplateUrlWithHttpInfo(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest) |
Generates a create URL to embeds template create process into your application.
|
ApiResponse<EmbeddedFileLink> |
IdentityVerificationApi.createEmbeddedVerificationUrlWithHttpInfo(String documentId,
EmbeddedFileDetails embeddedFileDetails) |
Generate a URL that embeds manual ID verification for the specified document signer into your application.
|
ApiResponse<SenderIdentityCreated> |
SenderIdentitiesApi.createSenderIdentitiesWithHttpInfo(CreateSenderIdentityRequest createSenderIdentityRequest) |
Creates sender identity.
|
ApiResponse<TeamCreated> |
TeamsApi.createTeamWithHttpInfo(CreateTeamRequest createTeamRequest) |
Create Team.
|
ApiResponse<TemplateCreated> |
TemplateApi.createTemplateWithHttpInfo(CreateTemplateRequest createTemplateRequest) |
Creates a new template.
|
ApiResponse<Void> |
UserApi.createUserWithHttpInfo(List<CreateUser> createUser) |
Create the user.
|
ApiResponse<CustomFieldCollection> |
CustomFieldApi.customFieldsListWithHttpInfo(String brandId) |
List the custom fields respective to the brand id.
|
ApiResponse<BrandingMessage> |
BrandingApi.deleteBrandWithHttpInfo(String brandId) |
Delete the brand.
|
ApiResponse<Void> |
ContactsApi.deleteContactsWithHttpInfo(String id) |
Deletes a contact.
|
ApiResponse<DeleteCustomFieldReply> |
CustomFieldApi.deleteCustomFieldWithHttpInfo(String customFieldId) |
Delete the custom field.
|
ApiResponse<Void> |
DocumentApi.deleteDocumentWithHttpInfo(String documentId,
Boolean deletePermanently) |
Delete the document.
|
ApiResponse<Void> |
SenderIdentitiesApi.deleteSenderIdentitiesWithHttpInfo(String email) |
Deletes sender identity.
|
ApiResponse<Void> |
DocumentApi.deleteTagWithHttpInfo(DocumentTags documentTags) |
Delete the Tags in Documents.
|
ApiResponse<Void> |
TemplateApi.deleteTagWithHttpInfo(TemplateTag templateTag) |
Delete the Tags in Templates.
|
ApiResponse<Void> |
TemplateApi.deleteTemplateWithHttpInfo(String templateId,
String onBehalfOf) |
Deletes a template.
|
ApiResponse<File> |
DocumentApi.downloadAttachmentWithHttpInfo(String documentId,
String attachmentId,
String onBehalfOf) |
Download the Attachment.
|
ApiResponse<File> |
DocumentApi.downloadAuditLogWithHttpInfo(String documentId,
String onBehalfOf) |
Download the audit trail document.
|
ApiResponse<File> |
DocumentApi.downloadDocumentWithHttpInfo(String documentId,
String onBehalfOf) |
Download the document.
|
ApiResponse<File> |
TemplateApi.downloadWithHttpInfo(String templateId,
String onBehalfOf,
Boolean includeFormFieldValues) |
Download the template.
|
ApiResponse<BrandCreated> |
BrandingApi.editBrandWithHttpInfo(String brandId,
String brandName,
File brandLogo,
String backgroundColor,
String buttonColor,
String buttonTextColor,
String emailDisplayName,
String disclaimerDescription,
String disclaimerTitle,
String redirectUrl,
Boolean isDefault,
Boolean canHideTagLine,
Boolean combineAuditTrail,
Boolean combineAttachments,
Boolean excludeAuditTrailFromEmail,
String emailSignedDocument,
String documentTimeZone,
Boolean showBuiltInFormFields,
Boolean allowCustomFieldCreation,
Boolean showSharedCustomFields,
Boolean hideDecline,
Boolean hideSave,
String documentExpirySettingsExpiryDateType,
Integer documentExpirySettingsExpiryValue,
Boolean documentExpirySettingsEnableDefaultExpiryAlert,
Boolean documentExpirySettingsEnableAutoReminder,
Integer documentExpirySettingsReminderDays,
Integer documentExpirySettingsReminderCount,
String customDomainSettingsDomainName,
String customDomainSettingsFromName) |
Edit the brand.
|
ApiResponse<CustomFieldMessage> |
CustomFieldApi.editCustomFieldWithHttpInfo(String customFieldId,
BrandCustomFieldDetails brandCustomFieldDetails) |
Edit the custom field.
|
ApiResponse<Void> |
TemplateApi.editTemplateWithHttpInfo(String templateId,
EditTemplateRequest editTemplateRequest) |
Edit and updates an existing template.
|
ApiResponse<EmbeddedCustomFieldCreated> |
CustomFieldApi.embedCustomFieldWithHttpInfo(String brandId,
OffsetDateTime linkValidTill) |
Generates a URL for creating or modifying custom fields within your application's embedded Designer.
|
ApiResponse<Void> |
DocumentApi.extendExpiryWithHttpInfo(String documentId,
ExtendExpiry extendExpiry) |
Extends the expiration date of the document.
|
ApiResponse<ViewBrandDetails> |
BrandingApi.getBrandWithHttpInfo(String brandId) |
Get the specific brand details.
|
ApiResponse<ContactsDetails> |
ContactsApi.getContactWithHttpInfo(String id) |
Get summary of the contact.
|
ApiResponse<EmbeddedSigningLink> |
DocumentApi.getEmbeddedSignLinkWithHttpInfo(String documentId,
String signerEmail,
String countryCode,
String phoneNumber,
OffsetDateTime signLinkValidTill,
URI redirectUrl) |
Get sign link for Embedded Sign.
|
ApiResponse<EmbeddedTemplateEdited> |
TemplateApi.getEmbeddedTemplateEditUrlWithHttpInfo(String templateId,
EmbeddedTemplateEditRequest embeddedTemplateEditRequest) |
Generates a edit URL to embeds template edit process into your application.
|
ApiResponse<DocumentProperties> |
DocumentApi.getPropertiesWithHttpInfo(String documentId) |
Get summary of the document.
|
ApiResponse<TemplateProperties> |
TemplateApi.getPropertiesWithHttpInfo(String templateId) |
Get summary of the template.
|
ApiResponse<SenderIdentityViewModel> |
SenderIdentitiesApi.getSenderIdentityPropertiesWithHttpInfo(String id,
String email) |
Gets sender identity by ID or email.
|
ApiResponse<TeamResponse> |
TeamsApi.getTeamWithHttpInfo(String teamId) |
Get Team details.
|
ApiResponse<UserProperties> |
UserApi.getUserWithHttpInfo(String userId) |
Get summary of the user.
|
ApiResponse<File> |
IdentityVerificationApi.imageWithHttpInfo(String documentId,
DownloadImageRequest downloadImageRequest) |
Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID.
|
ApiResponse<DocumentRecords> |
DocumentApi.listDocumentsWithHttpInfo(Integer page,
List<String> sentBy,
List<String> recipients,
String transmitType,
String dateFilterType,
Integer pageSize,
OffsetDateTime startDate,
List<String> status,
OffsetDateTime endDate,
String searchKey,
List<String> labels,
Long nextCursor,
List<String> brandIds) |
List user documents.
|
ApiResponse<SenderIdentityList> |
SenderIdentitiesApi.listSenderIdentitiesWithHttpInfo(Integer page,
Integer pageSize,
String search,
List<String> brandIds) |
Lists sender identity.
|
ApiResponse<TeamListResponse> |
TeamsApi.listTeamsWithHttpInfo(Integer page,
Integer pageSize,
String searchKey) |
List Teams.
|
ApiResponse<TemplateRecords> |
TemplateApi.listTemplatesWithHttpInfo(Integer page,
String templateType,
Integer pageSize,
String searchKey,
List<String> onBehalfOf,
List<String> createdBy,
List<String> templateLabels,
OffsetDateTime startDate,
OffsetDateTime endDate,
List<String> brandIds) |
List all the templates.
|
ApiResponse<UserRecords> |
UserApi.listUsersWithHttpInfo(Integer page,
Integer pageSize,
String search) |
List user documents.
|
ApiResponse<DocumentCreated> |
TemplateApi.mergeAndSendWithHttpInfo(MergeAndSendForSignForm mergeAndSendForSignForm) |
Send the document by merging multiple templates.
|
ApiResponse<EmbeddedSendCreated> |
TemplateApi.mergeCreateEmbeddedRequestUrlTemplateWithHttpInfo(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest) |
Generates a merge request URL using a template that combines document merging and sending processes into your application.
|
ApiResponse<Void> |
DocumentApi.prefillFieldsWithHttpInfo(String documentId,
PrefillFieldRequest prefillFieldRequest) |
Updates the value (prefill) of the fields in the document.
|
ApiResponse<Void> |
DocumentApi.remindDocumentWithHttpInfo(String documentId,
List<String> receiverEmails,
ReminderMessage reminderMessage) |
Send reminder to pending signers.
|
ApiResponse<Void> |
DocumentApi.removeAuthenticationWithHttpInfo(String documentId,
RemoveAuthentication removeAuthentication) |
Remove the access code for the given document signer.
|
ApiResponse<IdReport> |
IdentityVerificationApi.reportWithHttpInfo(String documentId,
VerificationDataRequest verificationDataRequest) |
Retrieve the ID verification report for the specified document signer.
|
ApiResponse<Void> |
SenderIdentitiesApi.reRequestSenderIdentitiesWithHttpInfo(String email) |
Rerequests denied sender identity.
|
ApiResponse<Void> |
SenderIdentitiesApi.resendInvitationSenderIdentitiesWithHttpInfo(String email) |
Resends sender identity invitation.
|
ApiResponse<Void> |
UserApi.resendInvitationWithHttpInfo(String userId) |
Resend the users invitation.
|
ApiResponse<BrandingMessage> |
BrandingApi.resetDefaultBrandWithHttpInfo(String brandId) |
Reset default brand.
|
ApiResponse<Void> |
DocumentApi.revokeDocumentWithHttpInfo(String documentId,
RevokeDocument revokeDocument) |
Revoke the document.
|
ApiResponse<DocumentCreated> |
DocumentApi.sendDocumentWithHttpInfo(SendForSign sendForSign) |
Sends the document for sign.
|
ApiResponse<DocumentCreated> |
TemplateApi.sendUsingTemplateWithHttpInfo(String templateId,
SendForSignFromTemplateForm sendForSignFromTemplateForm) |
Send a document for signature using a Template.
|
ApiResponse<TeamDocumentRecords> |
DocumentApi.teamDocumentsWithHttpInfo(Integer page,
List<String> userId,
List<String> teamId,
String transmitType,
String dateFilterType,
Integer pageSize,
OffsetDateTime startDate,
List<String> status,
OffsetDateTime endDate,
String searchKey,
List<String> labels,
Long nextCursor,
List<String> brandIds) |
Get user Team documents.
|
ApiResponse<Void> |
ContactsApi.updateContactWithHttpInfo(String id,
ContactDetails contactDetails) |
Update the contact.
|
ApiResponse<Void> |
UserApi.updateMetaDataWithHttpInfo(UpdateUserMetaData updateUserMetaData) |
Update new User meta data details.
|
ApiResponse<Void> |
SenderIdentitiesApi.updateSenderIdentitiesWithHttpInfo(String email,
EditSenderIdentityRequest editSenderIdentityRequest) |
Updates sender identity.
|
ApiResponse<Void> |
TeamsApi.updateTeamWithHttpInfo(TeamUpdateRequest teamUpdateRequest) |
Update Team.
|
ApiResponse<Void> |
UserApi.updateUserWithHttpInfo(UpdateUser updateUser) |
Update new User role.
|