
Envelopes Resource | REST API | Docusign
If you have an envelope that you have previously saved, you can modify the subject and message, send it, void it, or place it in the purge queue using the Envelope: update method.
Envelopes Concept | eSignature REST API | Docusign
The Envelope diagram below shows the data structure of an envelope object, illustrating how it contains documents and recipients of various types, as well as the tabs associated with those …
getEnvelope | REST API | Docusign
Retrieves the overall status for the specified envelope. To get the status of a list of envelopes, use Envelope: listStatusChanges . Related topics How to get envelope information
Envelopes Category | REST API | Docusign
The eSignature API Envelope category includes the resources and methods for sending and managing envelopes and envelope data. Envelopes are the key objects in the Docusign platform.
update | REST API | Docusign
Purge documents and envelope metadata from the Docusign platform Although the request body for this method is a complete envelope definition, you only need to provide the properties that …
EnvelopeCustomFields Resource | REST API | Docusign
An envelope custom field enables you to collect custom data about envelopes on a per-envelope basis. You can then use the custom data for sorting, organizing, searching, and other …
EnvelopeDocuments Resource | REST API | Docusign
All of the methods in this resource operate on on an existing envelope. Before you can add documents to an envelope, you must first create it with the Envelopes: create method.
Templates in eSignature REST API | Docusign
Templates hold envelope information, but you cannot send templates as though they were envelopes. Instead, you can create envelopes using one or more templates to pre-populate …
Embedding Docusign eSignature into your app | Docusign
Learn about how to embed the envelope sending and document signing views directly into your app. Explore example requests and responses and see the requirements to enable this feature.
getDocument | REST API | Docusign
Retrieves a single document or all documents from an envelope. To retrieve a single document, provide the ID of the document in the documentId path parameter.