Docusign · Schema

EnvelopeDocumentsResult

Contains the list of documents in an envelope.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignaturesE-Signature

Properties

Name Type Description
envelopeId string The envelope ID.
envelopeDocuments array The list of envelope documents.
View JSON Schema on GitHub

JSON Schema

docusign-esignature-envelope-documents-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EnvelopeDocumentsResult",
  "type": "object",
  "description": "Contains the list of documents in an envelope.",
  "properties": {
    "envelopeId": {
      "type": "string",
      "description": "The envelope ID."
    },
    "envelopeDocuments": {
      "type": "array",
      "description": "The list of envelope documents."
    }
  }
}