...
Documents: managing and processing documents (certificates and envelops) in DocuSign.
- We can download PDF documents and envelops from DocuSign.
Each document should be wrapped to envelope. Envelope can contain one or several documents.
You need provide EnvelopeId and DocumentId for getting document:Code Block /api/v1/Documents/Document/{EnvelopeID}/{DocumentID}
Or you can download envelop with documents inside:
Code Block /api/v1/Documents/Envelop{EnvelopeID}
You can also download all signed envelops:
Code Block /api/v1/Documents/Envelops
- Convert Html document to PDFEVE: generating QR code for links to EVE
Signing: signing documents (Html. PDF, JPG and MS Office docs) in DocuSign
There are 3 ways to sign document:Embedded
Email Request
Template
Users: managing DocuSign users
- Create DocuSign user
- Update user information
- Delete user
These action actions require Admin scop
Versioning
...