Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • GET /v4/license


Changes in the Models

...

Following changes has been made from v3 to v5 in JSON definitions referring to the /envelope/send api call.

Hyperlink navigation areas to WWW resources were added:

Code Block
languagejava
themeEclipse
"Navigation": {
            "HyperLinks": [
              {
                "Id": "string",
                "DocRefNumber": 0,
                "PositionPage": 0,
                "Uri": "string",
                "Position": {
                  "PositionX": 0,
                  "PositionY": 0
                },
                "Size": {
                  "Height": 0,
                  "Width": 0
                }
              }
            ],
            "Links": [
              {
                "Id": "string",
                "DocRefNumber": 0,
                "PositionPage": 0,
                "TargetId": "string",
                "Position": {
                  "PositionX": 0,
                  "PositionY": 0
                },
                "Size": {
                  "Height": 0,
                  "Width": 0
                }
              }
            ],
            "LinkTargets": [
              {
                "Id": "string",
                "DocRefNumber": 0,
                "PositionPage": 0,
                "Position": {
                  "PositionX": 0,
                  "PositionY": 0
                },
                "Size": {
                  "Height": 0,
                  "Width": 0
                }
              }
            ]

Identification methods section was added to the JSON definition:

Code Block
languagejava
themeEclipse
"IdentificationMethods": [
              {
                "Method": "OAuth",
                "Parameter": "string",
                "Filters": [
                  {
                    "CompareOperation": "Equals",
                    "FilterId": "string",
                    "FilterValue": "string"
                  }
                ]
              }
            ],