public class SignatureApi extends Object
| Constructor and Description |
|---|
SignatureApi() |
public ApiInvoker getInvoker()
public void setBasePath(String basePath)
public String getBasePath()
public SignatureStatusResponse DeleteSignatureTemplateDocument(String userId, String templateId, String documentId) throws ApiException
ApiExceptionpublic SignatureTemplateFieldResponse AddSignatureTemplateField(String userId, String templateId, String documentId, String recipientId, String fieldId, SignatureTemplateFieldSettings body) throws ApiException
ApiExceptionpublic SignatureTemplateFieldResponse ModifySignatureTemplateField(String userId, String templateId, String documentId, String fieldId, SignatureTemplateFieldSettings body) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureTemplateFieldLocation(String userId, String templateId, String fieldId, String locationId) throws ApiException
ApiExceptionpublic SignatureTemplateFieldResponse ModifySignatureTemplateFieldLocation(String userId, String templateId, String documentId, String recipientId, String fieldId, String locationId, SignatureTemplateFieldLocationSettings body) throws ApiException
ApiExceptionpublic SignatureTemplateFieldsResponse GetSignatureTemplateFields(String userId, String templateId, String documentId, String recipientId) throws ApiException
ApiExceptionpublic SignatureTemplateResponse DeleteSignatureTemplateField(String userId, String templateId, String fieldId) throws ApiException
ApiExceptionpublic SignatureSignaturesResponse GetSignatures(String userId, Integer page, String name, Integer records) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignature(String userId, String signatureId) throws ApiException
ApiExceptionpublic SignatureSignatureResponse CreateSignature(String userId, String name, SignatureSignatureSettings body) throws ApiException
ApiExceptionpublic SignatureEnvelopeFieldResponse FillEnvelopeField(String userId, String envelopeId, String documentId, String recipientId, String fieldId, String body) throws ApiException
ApiExceptionpublic SignatureStatusResponse SignEnvelope(String userId, String envelopeId, String recipientId) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeclineEnvelope(String userId, String envelopeId, String recipientId) throws ApiException
ApiExceptionpublic SignatureStatusResponse DelegateEnvelopeRecipient(String userId, String envelopeId, String recipientId, String email, String firstname, String lastname) throws ApiException
ApiExceptionpublic SignatureContactResponse AddContact(String userId, SignatureContactSettings body) throws ApiException
ApiExceptionpublic SignatureContactResponse ModifyContact(String userId, String contactId, SignatureContactSettings body) throws ApiException
ApiExceptionpublic SignatureContactsResponse GetContacts(String userId, String page, String firstName, String lastName, String email, String records) throws ApiException
ApiExceptionpublic SignatureContactResponse DeleteContact(String userId, String contactId) throws ApiException
ApiExceptionpublic SignatureContactsImportResponse ImportContacts(String userId, String body) throws ApiException
ApiExceptionpublic SignatureEnvelopeResourcesResponse GetSignatureEnvelopeResources(String userId, String statusIds) throws ApiException
ApiExceptionpublic SignatureStatusResponse AddContactIntegration(String userId, String body) throws ApiException
ApiExceptionpublic SignaturePredefinedListsResponse GetSignaturePredefinedLists(String userId) throws ApiException
ApiExceptionpublic SignaturePredefinedListResponse AddPredefinedList(String userId, SignaturePredefinedListSettings body) throws ApiException
ApiExceptionpublic SignaturePredefinedListResponse DeletePredefinedList(String userId, String listId) throws ApiException
ApiExceptionpublic SignatureEnvelopeAuditLogsResponse GetEnvelopeAuditLogs(String userId, String envelopeId) throws ApiException
ApiExceptionpublic SignatureFormResponse CreateSignatureForm(String userId, String name, SignatureEnvelopeSettings body, Integer assemblyGuid, String templateGuid) throws ApiException
ApiExceptionpublic SignatureFormDocumentsResponse GetSignatureFormDocuments(String userId, String formId) throws ApiException
ApiExceptionpublic SignatureFormFieldsResponse GetSignatureFormFields(String userId, String formId, String documentId, String participantId) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureForm(String userId, String formId) throws ApiException
ApiExceptionpublic SignatureFormResponse GetSignatureForm(String userId, String formId) throws ApiException
ApiExceptionpublic SignatureFormsResponse GetSignatureForms(String userId, String statusId, Integer page, String date, String name, Integer records, String documentId) throws ApiException
ApiExceptionpublic SignatureFormResponse RenameSignatureForm(String userId, String formId, String name) throws ApiException
ApiExceptionpublic SignatureStatusResponse PublishSignatureForm(String userId, String formId) throws ApiException
ApiExceptionpublic SignatureStatusResponse CompleteSignatureForm(String userId, String formId) throws ApiException
ApiExceptionpublic SignatureFormResponse ModifySignatureForm(String userId, String formId, SignatureFormSettings body) throws ApiException
ApiExceptionpublic SignatureStatusResponse ArchiveSignatureForm(String userId, String formId) throws ApiException
ApiExceptionpublic SignatureFormResourcesResponse GetSignatureFormResources(String userId, String statusIds) throws ApiException
ApiExceptionpublic SignatureTemplateResourcesResponse GetSignatureTemplateResources(String userId) throws ApiException
ApiExceptionpublic SignatureSignDocumentResponse SignDocument(String userId, SignatureSignDocumentSettings body) throws ApiException
ApiExceptionpublic SignatureEnvelopesResponse GetSignatureEnvelopes(String userId, String statusId, Integer page, String recipientEmail, String date, String name, Integer records, String documentId) throws ApiException
ApiExceptionpublic SignatureEnvelopesResponse GetRecipientSignatureEnvelopes(String userId, String statusId, Integer page, Integer records) throws ApiException
ApiExceptionpublic SignatureEnvelopeResponse GetSignatureEnvelope(String userId, String envelopeId) throws ApiException
ApiExceptionpublic SignatureEnvelopeResponse CreateSignatureEnvelope(String userId, String name, SignatureEnvelopeSettings body, Integer envelopeGuid, String templateGuid) throws ApiException
ApiExceptionpublic SignatureEnvelopeResponse ModifySignatureEnvelope(String userId, String envelopeId, SignatureEnvelopeSettings body) throws ApiException
ApiExceptionpublic SignatureEnvelopeResponse RenameSignatureEnvelope(String userId, String envelopeId, String name) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureEnvelope(String userId, String envelopeId) throws ApiException
ApiExceptionpublic SignatureRolesResponse GetRolesList(String userId, String id) throws ApiException
ApiExceptionpublic SignatureFieldsResponse GetFieldsList(String userId, String id) throws ApiException
ApiExceptionpublic SignatureFieldResponse CreateSignatureField(String userId, SignatureFieldSettings body) throws ApiException
ApiExceptionpublic SignatureFieldResponse ModifySignatureField(String userId, String fieldId, SignatureFieldSettings body) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureField(String userId, String fieldId) throws ApiException
ApiExceptionpublic SignatureEnvelopeRecipientResponse AddSignatureEnvelopeRecipient(String userId, Integer order, String lastname, String email, String envelopeid, String firstname, String role) throws ApiException
ApiExceptionpublic SignatureEnvelopeRecipientsResponse GetSignatureEnvelopeRecipients(String userId, String envelopeId) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureEnvelopeRecipient(String userId, String envelopeId, String recipientId) throws ApiException
ApiExceptionpublic SignatureEnvelopeRecipientResponse ModifySignatureEnvelopeRecipient(String userId, Integer order, String envelopeid, String email, String firstname, String lastname, String role) throws ApiException
ApiExceptionpublic SignatureEnvelopeDocumentResponse AddSignatureEnvelopeDocument(String userId, String envelopeId, String documentId, Integer order) throws ApiException
ApiExceptionpublic SignatureEnvelopeDocumentsResponse GetSignatureEnvelopeDocuments(String userId, String envelopeId) throws ApiException
ApiExceptionpublic String GetSignedEnvelopeDocument(String userId, String envelopeId, String documentId) throws ApiException
ApiExceptionpublic String GetSignedEnvelopeDocuments(String userId, String envelopeId) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureEnvelopeDocument(String userId, String envelopeId, String documentId) throws ApiException
ApiExceptionpublic SignatureEnvelopeFieldsResponse AddSignatureEnvelopeField(String userId, String envelopeId, String documentId, String recipientId, String fieldId, SignatureEnvelopeFieldSettings body) throws ApiException
ApiExceptionpublic SignatureEnvelopeFieldsResponse GetSignatureEnvelopeFields(String userId, String envelopeId, String documentId, String recipientId) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureEnvelopeField(String userId, String envelopeId, String fieldId) throws ApiException
ApiExceptionpublic SignatureEnvelopeFieldResponse ModifySignatureEnvelopeField(String userId, String envelopeId, String documentId, String fieldId, SignatureEnvelopeFieldSettings body) throws ApiException
ApiExceptionpublic SignatureStatusResponse ArchiveSignatureEnvelope(String userId, String envelopeId) throws ApiException
ApiExceptionpublic SignatureStatusResponse RestartExpiredSignatureEnvelope(String userId, String envelopeId) throws ApiException
ApiExceptionpublic SignatureStatusResponse SignatureEnvelopeSend(String userId, String envelopeId) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureEnvelopeFieldLocation(String userId, String envelopeId, String fieldId, String locationId) throws ApiException
ApiExceptionpublic SignatureEnvelopeFieldResponse ModifySignatureEnvelopeFieldLocation(String userId, String envelopeId, String documentId, String recipientId, String fieldId, String locationId, SignatureEnvelopeFieldLocationSettings body) throws ApiException
ApiExceptionpublic SignatureTemplatesResponse GetSignatureTemplates(String userId, String page, String documentGuid, String recipientName, String name, String records) throws ApiException
ApiExceptionpublic SignatureTemplateResponse GetSignatureTemplate(String userId, String templateId) throws ApiException
ApiExceptionpublic SignatureTemplateResponse CreateSignatureTemplate(String userId, String name, String templateId, SignatureTemplateSettings body, String envelopetId) throws ApiException
ApiExceptionpublic SignatureTemplateResponse ModifySignatureTemplate(String userId, String templateId, SignatureTemplateSettings body) throws ApiException
ApiExceptionpublic SignatureTemplateResponse RenameSignatureTemplate(String userId, String templateId, String name) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureTemplate(String userId, String templateId) throws ApiException
ApiExceptionpublic SignatureTemplateResponse AddSignatureTemplateRecipient(String userId, String templateId, String nickname, String order, String role) throws ApiException
ApiExceptionpublic SignatureTemplateRecipientsResponse GetSignatureTemplateRecipients(String userId, String templateId) throws ApiException
ApiExceptionpublic SignatureStatusResponse DeleteSignatureTemplateRecipient(String userId, String templateId, String recipientId) throws ApiException
ApiExceptionpublic SignatureTemplateResponse ModifySignatureTemplateRecipient(String userId, String templateId, String nickname, String order, String role) throws ApiException
ApiExceptionpublic SignatureTemplateDocumentResponse AddSignatureTemplateDocument(String userId, String templateId, String documentId, String order) throws ApiException
ApiExceptionpublic SignatureTemplateDocumentsResponse GetSignatureTemplateDocuments(String userId, String templateId) throws ApiException
ApiExceptionCopyright © 2012. All Rights Reserved.