Versions Compared

Key

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

...

Section

First API Call (get the version)

Let us start now with the first API call. As the name of our request tells we will first make an easy call to examine the current version.

You can see all requests here:

https://demo.esignanywhere.net/Api

Therefore, you must select the request type to a “Get” request and you must fill in the URL. For a detailed overview see the next Figure.


Section


FigureDescription

  1. Request type
  2. URL
  3. Result of the request

As you may see from the Figure 3 you just have to fill in the URL, select the correct type (in this case it is a “Get” type) and then you just have to click the send button and you will get such a result as shown in the Figure 3.

If an error appears, make sure you have chosen the correct request type and the right URL.

Version Request JSON

not required

Version Response JSON


Code Block
languagejava
themeEclipse
{
    "Success": true,
    "Version": "20.14.0.15478"
}


...