Docusign · Schema

EnvelopeTemplateResults

Contains results of a template list request.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignaturesE-Signature

Properties

Name Type Description
envelopeTemplates array
resultSetSize string
totalSetSize string
startPosition string
endPosition string
nextUri string
previousUri string
folders array
View JSON Schema on GitHub

JSON Schema

docusign-esignature-envelope-template-results-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EnvelopeTemplateResults",
  "type": "object",
  "description": "Contains results of a template list request.",
  "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"
    }
  }
}