Skip to main content

Hi everyone, I have been testing GET method for Envelope’s Documents to retrieve an integrated document using documentId = combined as it is guided here:
https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopedocuments/get

However, as said in the title, I cannot exclude the comment history file from the combined document, and it is not like I expected. Are there any ways to acquire this?

@Hugo 

If comments are enabled for an envelope, the system automatically generates a “Comment Transcript” PDF and includes it in the combined bundle. There is a separate API to retrieve just the comments PDF.

Because there is no ?excludeComments=true or similar on the combined‐document call, the only way to keep comments out of your combined PDF is to prevent their creation or to rebuild the bundle yourself from individual documents.

 


Reply