Versions Compared

Key

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

...

Table of Contents
stylecircle

Principles of Api v6

Detailed information about api v6 can be found here: migration guide.

  • Reduced HTTP verbs
    • Only HTTP GET and POST
  • Consistent naming and symmetric structures within api v6
  • Consistency between Web User Interface (WebUI) and api v6 in features but also naming
    • Positive wording (e.g. prevent sharing with team changed to share with team) 
  • Simplified terminology and structures
  • No abstract types any more

Changes has been made on api method level as well as the JSON structures and the envelope status values changed.

Overview and references

The API is for developers, who want to integrate eSignAnyWhere into their application and for administrators, who want to script interactions with eSignAnyWhere (e.g. user synchronization).

...