Docusign · JSON Structure

Docusign Esignature Envelopes Information Structure

Type: object Properties: 7
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

envelopes resultSetSize totalSetSize startPosition endPosition nextUri previousUri

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

JSON Structure

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