ApiResponse<ViewUrl> |
EnvelopesApi.createConsoleViewWithHttpInfo(String accountId,
ConsoleViewRequest consoleViewRequest) |
Returns a URL to the authentication view UI.
|
ApiResponse<ViewUrl> |
EnvelopesApi.createCorrectViewWithHttpInfo(String accountId,
String envelopeId,
EnvelopeViewRequest envelopeViewRequest) |
Returns a URL to the envelope correction UI.
|
ApiResponse<ViewUrl> |
EnvelopesApi.createEditViewWithHttpInfo(String accountId,
String envelopeId,
EnvelopeViewRequest envelopeViewRequest) |
Returns a URL to the edit view UI.
|
ApiResponse<ViewUrl> |
TemplatesApi.createEditViewWithHttpInfo(String accountId,
String templateId,
TemplateViewRequest templateViewRequest) |
Provides a URL to start an edit view of the Template UI This method returns a URL for starting
an edit view of a template that uses the DocuSign Template UI.
|
ApiResponse<ViewUrl> |
EnvelopesApi.createEnvelopeRecipientPreviewWithHttpInfo(String accountId,
String envelopeId,
RecipientPreviewRequest recipientPreviewRequest) |
Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an
envelope recipient preview in the DocuSign UI that you can embed in your application.
|
ApiResponse<ViewUrl> |
EnvelopesApi.createEnvelopeRecipientSharedViewWithHttpInfo(String accountId,
String envelopeId,
RecipientViewRequest recipientViewRequest) |
Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables
you to embed the DocuSign UI recipient view of a [shared
envelope](https://support.docusign.com/en/guides/ndse-admin-guide-share-envelopes) in your
applications.
|
ApiResponse<ViewUrl> |
EnvelopesApi.createRecipientManualReviewViewWithHttpInfo(String accountId,
String envelopeId,
String recipientId) |
Provides a link to access the Identity manual review related to a recipient.
|
ApiResponse<ViewUrl> |
EnvelopesApi.createRecipientViewWithHttpInfo(String accountId,
String envelopeId,
RecipientViewRequest recipientViewRequest) |
Returns a URL to the recipient view UI.
|
ApiResponse<ViewUrl> |
EnvelopesApi.createSenderViewWithHttpInfo(String accountId,
String envelopeId,
EnvelopeViewRequest envelopeViewRequest) |
Returns a URL to the sender view UI.
|
ApiResponse<ViewUrl> |
TemplatesApi.createTemplateRecipientPreviewWithHttpInfo(String accountId,
String templateId,
RecipientPreviewRequest recipientPreviewRequest) |
Provides a URL to start a recipient view of the Envelope UI This method returns a URL for a
template recipient preview in the DocuSign UI that you can embed in your application.
|