DocuSign.Api.Comments (DocuSign v3.1.1)
View SourceAPI calls for all endpoints tagged Comments.
Summary
Functions
Gets a PDF transcript of all of the comments in an envelope.
Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the accountSettingsInformation object, set the enableSigningExtensionComments property to true).
Functions
@spec comments_get_comments_transcript( DocuSign.Connection.t(), String.t(), String.t(), keyword() ) :: {:ok, String.t()} | {:error, Req.Response.t()}
Gets a PDF transcript of all of the comments in an envelope.
Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the accountSettingsInformation object, set the enableSigningExtensionComments property to true).
Parameters
connection(DocuSign.Connection): Connection to serveraccount_id(String.t): The external account number (int) or account ID GUID.envelope_id(String.t): The envelope's GUID. Example:93be49ab-xxxx-xxxx-xxxx-f752070d71ecopts(keyword): Optional parameters:encoding(String.t): (Optional) The encoding to use for the file.
Returns
{:ok, String.t}on success{:error, Req.Response.t}on failure