Get a list of documents associated with the specified envelope as files.

External Documentation

To learn more, visit the Docusign documentation.

Parameters

ParameterDescription
Envelope IDThe ID of the envelope.

Example Output

{
	"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>"
		}
	]
}

Workflow Library Example

Get Documents List with Docusign and Send Results Via Email

Preview this Workflow on desktop

Get a list of documents associated with the specified envelope as files.

External Documentation

To learn more, visit the Docusign documentation.

Parameters

ParameterDescription
Envelope IDThe ID of the envelope.

Example Output

{
	"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>"
		}
	]
}

Workflow Library Example

Get Documents List with Docusign and Send Results Via Email

Preview this Workflow on desktop