Get a list of documents associated with the specified envelope as files.
External Documentation
To learn more, visit the Docusign documentation.
Parameter | Description |
---|---|
Envelope ID | The ID of the envelope. |
{
"envelopeId": "<string>",
"envelopeDocuments": [
{
"documentId": "<string>",
"name": "<string>",
"type": "<string>",
"uri": "<string>",
"order": "<string>",
"pages": "<string>",
"availableDocumentTypes": [
{
"type": "<string>",
"isDefault": "<string>"
}
],
"display": "<string>",
"includeInDownload": "<string>",
"signerMustAcknowledge": "<string>",
"authoritativeCopy": "<string>"
}
]
}
Get Documents List with Docusign and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?