Docusign · JSON Structure

Docusign Esignature Envelope Template Results Structure

Type: object Properties: 8
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

EnvelopeTemplateResults is a JSON Structure definition published by Docusign, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

envelopeTemplates resultSetSize totalSetSize startPosition endPosition nextUri previousUri folders

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EnvelopeTemplateResults",
  "type": "object",
  "properties": {
    "envelopeTemplates": {
      "type": "array"
    },
    "resultSetSize": {
      "type": "string"
    },
    "totalSetSize": {
      "type": "string"
    },
    "startPosition": {
      "type": "string"
    },
    "endPosition": {
      "type": "string"
    },
    "nextUri": {
      "type": "string"
    },
    "previousUri": {
      "type": "string"
    },
    "folders": {
      "type": "array"
    }
  }
}