0

How can I get the comments history as pdf from custom configuration ?

enter image description here

enter image description here

From DocuSign request payload we have the following property

public List<EnvelopeDocument> envelopeDocuments { get; set; }

but the comments history pdf is not in this list.

The Certificate of Completion (summary) is included.

G.Mich
  • 1,607
  • 2
  • 24
  • 42

1 Answers1

0

DocuSign Connect doesn't support this.

You will have to make a separate API call to obtain the PDF of the Comments.

https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/comments/get/

Inbar Gazit
  • 12,566
  • 1
  • 16
  • 23