Four New eSignature Code Examples Are Now Available
Table of contents
Docusign has made available four additional code examples for the Docusign eSignature REST API in six different languages. These examples focus on reading and writing tab data from envelopes or templates:
Get envelope tab values: This example retrieves the tab (field) values from an envelope.
API method used: EnvelopeFormData::get.
Set envelope tab values: This example sets the tab (field) values for an envelope including tabs that can and cannot be changed by the signer.
API method used: Envelopes::create.
Set template tab values: This example sets the tab (field) values for a template being used by an envelope.
API method used: Envelopes::create.
Get envelope custom field values: This example lists the envelope's custom metadata field values.
API method used: EnvelopeCustomFields::list.
You can find these examples in Bash, C#, Node.js, PHP, Python and Ruby.
Additional Resources
Inbar Gazit has been with Docusign since 2013 in various engineering roles. Since 2019 he has focused on developer content. Inbar works on code examples including the launchers, available on GitHub in eight languages, and helps build sample apps showcasing the various Docusign APIs. He is also active on StackOverflow, answering your questions. Inbar can be reached at inbar.gazit@docusign.com.
Related posts