Skip to main content

I am using the C# SDK and the ListStatusChanges method to get multiple envelopes that we have open. The returned object Envelope class doesn’t appear to have a Comments property. It does have HasComments property but even this seems to be null on the returned object. I don’t see any options to include comments on the ListStatusChangesOptions class. The only Comments related API calls I see is to get the comment transcript as a PDF, however I really just want the comments themselves, not a PDF.

 

It's worth noting, the API reference does show a Comments property on the Envelope object, but this does not exist in the C# SDK.

 

Is there any way to get the comments using the C# SDK as objects, or is this just not possible at the moment?

Envelope Class - Docusign CSharp Docs: DocuSign.eSign.Model.Envelope Class Reference

Hi ​@Syrius.Cleveland ! It looks like the method you found seems to be the only way to retrieve comments. None of the other endpoints seem to return comments. 


Reply