ViewUrl |
EnvelopesApi.createConsoleView(String accountId,
ConsoleViewRequest consoleViewRequest) |
Returns a URL to the authentication view UI..
|
ViewUrl |
EnvelopesApi.createCorrectView(String accountId,
String envelopeId,
CorrectViewRequest correctViewRequest) |
Returns a URL to the envelope correction UI..
|
ViewUrl |
EnvelopesApi.createEditView(String accountId,
String envelopeId,
ReturnUrlRequest returnUrlRequest) |
Returns a URL to the edit view UI..
|
ViewUrl |
TemplatesApi.createEditView(String accountId,
String templateId,
ReturnUrlRequest returnUrlRequest) |
Provides a URL to start an edit view of the Template UI.
|
ViewUrl |
EnvelopesApi.createEnvelopeRecipientPreview(String accountId,
String envelopeId,
RecipientPreviewRequest recipientPreviewRequest) |
Provides a URL to start a recipient view of the Envelope UI.
|
ViewUrl |
EnvelopesApi.createEnvelopeRecipientSharedView(String accountId,
String envelopeId,
RecipientViewRequest recipientViewRequest) |
Provides a URL to start a shared recipient view of the Envelope UI.
|
ViewUrl |
EnvelopesApi.createRecipientManualReviewView(String accountId,
String envelopeId,
String recipientId) |
Provides a link to access the Identity manual review related to a recipient..
|
ViewUrl |
EnvelopesApi.createRecipientView(String accountId,
String envelopeId,
RecipientViewRequest recipientViewRequest) |
Returns a URL to the recipient view UI..
|
ViewUrl |
EnvelopesApi.createSenderView(String accountId,
String envelopeId,
ReturnUrlRequest returnUrlRequest) |
Returns a URL to the sender view UI..
|
ViewUrl |
TemplatesApi.createTemplateRecipientPreview(String accountId,
String templateId,
RecipientPreviewRequest recipientPreviewRequest) |
Provides a URL to start a recipient view of the Envelope UI.
|